Skip to content

Commit 10f3d7b

Browse files
authored
docs: Update persistQueryClient link (TanStack#2700)
1 parent 702bafc commit 10f3d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/plugins/createAsyncStoragePersistor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This utility comes packaged with `react-query` and is available under the `react
1414
- Import the `createAsyncStoragePersistor` function
1515
- Create a new asyncStoragePersistor
1616
- you can pass any `storage` to it that adheres to the `AsyncStorage` interface - the example below uses the async-storage from React Native
17-
- Pass it to the [`persistQueryClient`](../persistQueryClient) function
17+
- Pass it to the [`persistQueryClient`](./persistQueryClient) function
1818

1919
```ts
2020
import AsyncStorage from '@react-native-async-storage/async-storage'

0 commit comments

Comments
 (0)