Skip to content

Commit d1e78bb

Browse files
authored
docs(router): fix broken link to example in authenticated routes guide (#3937)
1 parent 1bb39b9 commit d1e78bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/authenticated-routes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If your authentication flow relies on interactions with React context and/or hoo
8585
8686
We'll cover the `router.context` options in-detail in the [Router Context](./router-context.md) section.
8787

88-
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 example](../../examples/authenticated-routes).
88+
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 example](../examples/authenticated-routes).
8989

9090
- `src/routes/__root.tsx`
9191

0 commit comments

Comments
 (0)