Skip to content

Commit 04712b7

Browse files
denis-shvetsTkDodo
andauthored
docs: fix internal link (#8855)
* docs: fix internal link * Update docs/framework/react/guides/query-invalidation.md --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent fb1dffc commit 04712b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/query-invalidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When a query is invalidated with `invalidateQueries`, two things happen:
2525

2626
## Query Matching with `invalidateQueries`
2727

28-
When using APIs like `invalidateQueries` and `removeQueries` (and others that support partial query matching), you can match multiple queries by their prefix, or get really specific and match an exact query. For information on the types of filters you can use, please see [Query Filters](../filters#query-filters).
28+
When using APIs like `invalidateQueries` and `removeQueries` (and others that support partial query matching), you can match multiple queries by their prefix, or get really specific and match an exact query. For information on the types of filters you can use, please see [Query Filters](./filters.md#query-filters).
2929

3030
In this example, we can use the `todos` prefix to invalidate any queries that start with `todos` in their query key:
3131

0 commit comments

Comments
 (0)