From 06df4ecbd46a436807db2aac0ab76804ddce036e Mon Sep 17 00:00:00 2001 From: Manik Jindal Date: Thu, 13 Jun 2024 17:48:49 +0530 Subject: [PATCH] Update implementation.md Fix a broken link --- .../guides/authentication/UserAuthentication/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/authentication/UserAuthentication/implementation.md b/src/pages/guides/authentication/UserAuthentication/implementation.md index d41c248d..2d6dad52 100644 --- a/src/pages/guides/authentication/UserAuthentication/implementation.md +++ b/src/pages/guides/authentication/UserAuthentication/implementation.md @@ -1,6 +1,6 @@ # User Authentication Implementation Guide -The following guide goes over finer implementation details for user authentication credentials. At the end of this guide is a list of recommended industry-standard OAuth2 libraries. Before proceeding, we recommend you familiarize yourself with the 3-legged OAuth flow in our [user authentication guide](./index.md). +The following guide goes over finer implementation details for user authentication credentials. At the end of this guide is a list of recommended industry-standard OAuth2 libraries. Before proceeding, we recommend you familiarize yourself with the 3-legged OAuth flow in our [user authentication guide](../UserAuthentication/index.md). ## User authentication credential types