Skip to content

Commit 3365397

Browse files
committed
docs(react-query): small fix
1 parent 8542f89 commit 3365397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/prefetching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ queryClient.setQueryData(['todos'], todos)
431431

432432
## Further reading
433433

434-
For a deep-dive on how to get data into your Query Cache before you fetch, have a look at [#17: Seeding the Query Cache](https://tkdodo.eu/blog/seeding-the-query-cache) from the Community Resources.
434+
For a deep-dive on how to get data into your Query Cache before you fetch, have a look at [#17: Seeding the Query Cache](../community/tkdodos-blog#17-seeding-the-query-cache) from the Community Resources.
435435

436436
Integrating with Server Side routers and frameworks is very similar to what we just saw, with the addition that the data has to passed from the server to the client to be hydrated into the cache there. To learn how, continue on to the [Server Rendering & Hydration guide](../guides/ssr).
437437

0 commit comments

Comments
 (0)