Skip to content

Commit 2879505

Browse files
authored
fix: broken link to ssr and hydration (#3183)
1 parent 1b7eb69 commit 2879505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These challenges include:
1515
and again on the client. Having different outputs on both the client and the server will result
1616
in "hydration errors." The store will have to be initialized on the server and then
1717
re-initialized on the client with the same data in order to avoid that. Please read more about
18-
that in our [SSR and Hydration](./ssr-and-hydration) guide.
18+
that in our [SSR and Hydration](./ssr-and-hydration.md) guide.
1919
- **SPA routing friendly:** Next.js supports a hybrid model for client side routing, which means
2020
that in order to reset a store, we need to initialize it at the component level using a
2121
`Context`.

0 commit comments

Comments
 (0)