Skip to content

Commit

Permalink
docs: Fixed invalid links
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Apr 24, 2024
1 parent 2ffd9fb commit d4df6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/framework/react/quick-start.md
Expand Up @@ -5,9 +5,9 @@ title: Quick Start

This code snippet very briefly illustrates the 3 core concepts of React Query:

- [Queries](../guides/queries)
- [Mutations](../guides/mutations)
- [Query Invalidation](../guides/query-invalidation)
- [Queries](./guides/queries)
- [Mutations](./guides/mutations)
- [Query Invalidation](./guides/query-invalidation)

[//]: # 'Example'

Expand Down

0 comments on commit d4df6c4

Please sign in to comment.