Skip to content

Commit 5eaae76

Browse files
authored
Merge pull request #2491 from Dezzep/patch-2
fix: link on markdown
2 parents 0b3cffd + 2071fb1 commit 5eaae76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Most React applications need not only a way to temporarily store the served data
351351

352352
### Exercises 6.19.-6.21.
353353

354-
Now let's make a new version of the anecdote application that uses the React Query library. Take [this project]((https://github.com/fullstack-hy2020/query-anecdotes)) as your starting point. The project has a ready-installed JSON Server, the operation of which has been slightly modified. Start the server with <i>npm run server</i>.
354+
Now let's make a new version of the anecdote application that uses the React Query library. Take [this project](https://github.com/fullstack-hy2020/query-anecdotes) as your starting point. The project has a ready-installed JSON Server, the operation of which has been slightly modified. Start the server with <i>npm run server</i>.
355355

356356
#### Exercise 6.19
357357

0 commit comments

Comments
 (0)