Skip to content

Commit e67b6f6

Browse files
authored
docs: fix Advanced Server Rendering guide link (#8762)
1 parent b975d89 commit e67b6f6

File tree

1 file changed

+2
-2
lines changed
  • docs/framework/react/guides

1 file changed

+2
-2
lines changed

‎docs/framework/react/guides/ssr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this guide you'll learn how to use React Query with server rendering.
77

88
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.
99

10-
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).
10+
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).
1111

1212
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.
1313

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

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

0 commit comments

Comments
 (0)