Skip to content

Commit 67e52cf

Browse files
authored
docs: Fix 404 link for Query Keys in useQuery.md (#8769)
Current link takes to https://tanstack.com/query/latest/docs/framework/guides/query-keys which is a 404
1 parent d85ee75 commit 67e52cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/framework/react/reference/useQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const {
6565
- `queryKey: unknown[]`
6666
- **Required**
6767
- The query key to use for this query.
68-
- The query key will be hashed into a stable hash. See [Query Keys](../../guides/query-keys) for more information.
68+
- The query key will be hashed into a stable hash. See [Query Keys](../guides/query-keys) for more information.
6969
- The query will automatically update when this key changes (as long as `enabled` is not set to `false`).
7070
- `queryFn: (context: QueryFunctionContext) => Promise<TData>`
7171
- **Required, but only if no default query function has been defined** See [Default Query Function](../../guides/default-query-function) for more information.

0 commit comments

Comments
 (0)