diff --git a/docs/framework/react/guide/authenticated-routes.md b/docs/framework/react/guide/authenticated-routes.md index 8a369a23e9b..fe61be36225 100644 --- a/docs/framework/react/guide/authenticated-routes.md +++ b/docs/framework/react/guide/authenticated-routes.md @@ -83,7 +83,7 @@ If your authentication flow relies on interactions with React context and/or hoo We'll cover the `router.context` options in-detail in the [Router Context](../router-context) section. -Here's an example that uses React context and hooks for protecting authenticated routes in TanStack Router. See the entire working setup in the [Authenticated Routes with Context example](./examples/authenticated-routes-context). +Here's an example that uses React context and hooks for protecting authenticated routes in TanStack Router. See the entire working setup in the [Authenticated Routes with Context example](../../examples/authenticated-routes-context). - `src/routes/__root.tsx`