diff --git a/docs/source/client/future-improvements.md b/docs/source/client/future-improvements.md index 37bdfdf351..e7a245716c 100644 --- a/docs/source/client/future-improvements.md +++ b/docs/source/client/future-improvements.md @@ -53,7 +53,7 @@ The steps for this approach are as follows: 3. Render the component to string on the server 4. Pass the data from collected queries to TanStack Query cache hydration -Refer to official docs for more information: https://tanstack.com/query/v4/docs/react/guides/ssr +Refer to official docs for more information: https://tanstack.com/query/v4/docs/framework/react/guides/ssr ### Automatic caching approach diff --git a/packages/volto/news/5700.documentation b/packages/volto/news/5700.documentation new file mode 100644 index 0000000000..9719affa9a --- /dev/null +++ b/packages/volto/news/5700.documentation @@ -0,0 +1 @@ +Fixed redirect of `https://tanstack.com/query/v4/docs/react/guides/ssr` to `https://tanstack.com/query/v4/docs/framework/react/guides/ssr`. @stevepiercy