Skip to content

Commit 91c0d0a

Browse files
committed
chore: fix documentation links
1 parent b01c8b2 commit 91c0d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_22/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Lecture Resources
44

55
* [Writing Markup with JSX (react.dev)](https://react.dev/learn/writing-markup-with-jsx)
6-
* Guides for [React Query](react-query-link), [React Router](react-router-link).
6+
* Guides for [React Query][react-query-link], [React Router][react-router-link].
77
* [Javascript Promises vs Async Await EXPLAINED (in 5 minutes)](https://www.youtube.com/watch?v=li7FzDHYZpc) - YouTube
88
* _[Optional]_ Creating a new website using [Vite](https://vitejs.dev/guide/).
99

@@ -13,7 +13,7 @@
1313
* Complete the [Introduction to React](#introduction-to-react) assignment.
1414

1515
## Introduction to React
16-
This exercise will give you hands-on experience with the React framework and supporting tools to enhance a dynamic front-end application that communicates with a backend API. We will need to leverage [React Query](react-query-link), [React Router](react-router-link), and [Vite](vite-link) tie everything together.
16+
This exercise will give you hands-on experience with the React framework and supporting tools to enhance a dynamic front-end application that communicates with a backend API. We will need to leverage [React Query][react-query-link], [React Router][react-router-link], and [Vite][vite-link] tie everything together.
1717

1818
### Starting the servers
1919

0 commit comments

Comments
 (0)