Skip to content

Commit 21eef3c

Browse files
authored
docs: Fix link to Mutations page from Queries page (#4123)
1 parent 292f021 commit 21eef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Queries
55

66
## Query Basics
77

8-
A query is a declarative dependency on an asynchronous source of data that is tied to a **unique key**. A query can be used with any Promise based method (including GET and POST methods) to fetch data from a server. If your method modifies data on the server, we recommend using [Mutations](https://react-query.tanstack.com/docs/guides/mutations) instead.
8+
A query is a declarative dependency on an asynchronous source of data that is tied to a **unique key**. A query can be used with any Promise based method (including GET and POST methods) to fetch data from a server. If your method modifies data on the server, we recommend using [Mutations](../guides/mutations) instead.
99

1010
To subscribe to a query in your components or custom hooks, call the `useQuery` hook with at least:
1111

0 commit comments

Comments
 (0)