You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/router/framework/react/guide/authenticated-routes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ If your authentication flow relies on interactions with React context and/or hoo
85
85
86
86
We'll cover the `router.context` options in-detail in the [Router Context](./router-context.md) section.
87
87
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).
0 commit comments