Skip to content

Commit d85ee75

Browse files
authored
docs: Update ssr.md (#8770)
1 parent 40543e9 commit d85ee75

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
@@ -5,7 +5,7 @@ title: Server Rendering & Hydration
55

66
In this guide you'll learn how to use React Query with server rendering.
77

8-
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.
8+
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

1010
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

@@ -386,7 +386,7 @@ With Remix, this is a little bit more involved, we recommend checking out the [u
386386

387387
## Prefetching dependent queries
388388

389-
Over in the Prefetching guide we learned how to [prefetch dependent queries](../prefetching#dependent-queries--code-splitting), but how do we do this in framework loaders? Consider the following code, taken from the [Dependent Queries guide](../dependent-queries):
389+
Over in the Prefetching guide we learned how to [prefetch dependent queries](./prefetching#dependent-queries--code-splitting), but how do we do this in framework loaders? Consider the following code, taken from the [Dependent Queries guide](./dependent-queries):
390390

391391
```tsx
392392
// Get the user

0 commit comments

Comments
 (0)