Skip to content

Commit

Permalink
docs: fix quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 3, 2024
1 parent 754640a commit 0b9f971
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](../queries)
- [Mutations](../mutations)
- [Query Invalidation](../query-invalidation)
- [Queries](../guides/queries)
- [Mutations](../guides/mutations)
- [Query Invalidation](../guides/query-invalidation)

[//]: # 'Example'

Expand Down

0 comments on commit 0b9f971

Please sign in to comment.