Skip to content

Commit

Permalink
docs: fix Advanced Server Rendering guide link (#8762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jijiseong authored Mar 7, 2025
1 parent b975d89 commit e67b6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/react/guides/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this guide you'll learn how to use React Query with server rendering.

See the guide on [Prefetching & Router Integration](../prefetching) for some background. You might also want to check out the [Performance & Request Waterfalls guide](../request-waterfalls) before that.

For advanced server rendering patterns, such as streaming, Server Components and the new Next.js app router, see the [Advanced Server Rendering guide](../advanced-ssr).
For advanced server rendering patterns, such as streaming, Server Components and the new Next.js app router, see the [Advanced Server Rendering guide](./advanced-ssr).

If you just want to see some code, you can skip ahead to the [Full Next.js pages router example](#full-nextjs-pages-router-example) or the [Full Remix example](#full-remix-example) below.

Expand Down Expand Up @@ -181,7 +181,7 @@ With just a little more setup, you can use a `queryClient` to prefetch queries d
### Full Next.js pages router example

> For app router documentation, see the [Advanced Server Rendering guide](../advanced-ssr).
> For app router documentation, see the [Advanced Server Rendering guide](./advanced-ssr).
Initial setup:

Expand Down

0 comments on commit e67b6f6

Please sign in to comment.