Skip to content

Commit 2071fb1

Browse files
authored
fix: link on markdown
When clicking the link from the full stack open website, (section 6.19. -6.21) the link directs me to https://fullstackopen.com/en/part6/(https://github.com/fullstack-hy2020/query-anecdotes). I believe this is happening because in the markdown, the link is wrapped in double parentheses [this project]((linkhere)). I have removed the double parentheses to resolve this issue.
1 parent 7d8fd29 commit 2071fb1

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)