diff --git a/documentation/docs/03-routing.md b/documentation/docs/03-routing.md index 5dcfab9ab05a..462ff74754d3 100644 --- a/documentation/docs/03-routing.md +++ b/documentation/docs/03-routing.md @@ -111,7 +111,7 @@ export async function load({ params }) { During client-side navigation, SvelteKit will load this data from the server, which means that the returned value must be serializable using [devalue](https://github.com/rich-harris/devalue). -Like `+page.js`, `+page.server.js` can export [page options](/docs/12-page-options) — `prerender`, `hydrate`, `router` and `ssr`. +Like `+page.js`, `+page.server.js` can export [page options](/docs/page-options) — `prerender`, `hydrate`, `router` and `ssr`. #### Actions