Skip to content

Commit 127944f

Browse files
authored
docs: update links authentication setup guides (#4834)
1 parent d6a3881 commit 127944f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ This approach can also be used in conjunction with Pathless or Layout Route to p
171171

172172
For detailed, step-by-step implementation guides, see:
173173

174-
- [How to Set Up Basic Authentication](../how-to/setup-authentication.md) - Complete setup with React Context and protected routes
175-
- [How to Integrate Authentication Providers](../how-to/setup-auth-providers.md) - Use Auth0, Clerk, or Supabase
176-
- [How to Set Up Role-Based Access Control](../how-to/setup-rbac.md) - Implement permissions and role-based routing
174+
- [How to Set Up Basic Authentication](../../how-to/setup-authentication.md) - Complete setup with React Context and protected routes
175+
- [How to Integrate Authentication Providers](../../how-to/setup-auth-providers.md) - Use Auth0, Clerk, or Supabase
176+
- [How to Set Up Role-Based Access Control](../../how-to/setup-rbac.md) - Implement permissions and role-based routing
177177

178178
## Examples
179179

0 commit comments

Comments
 (0)