From 1df6b41ef689be30d44ca20fb75e1a714d054de8 Mon Sep 17 00:00:00 2001 From: wso2 Date: Tue, 14 May 2024 00:05:47 +0530 Subject: [PATCH] fixed broken link --- en/includes/guides/authentication/oidc/implement-device-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/includes/guides/authentication/oidc/implement-device-flow.md b/en/includes/guides/authentication/oidc/implement-device-flow.md index 2a92b8ec7d..441777fb9f 100644 --- a/en/includes/guides/authentication/oidc/implement-device-flow.md +++ b/en/includes/guides/authentication/oidc/implement-device-flow.md @@ -2,7 +2,7 @@ See the instructions given below to implement login with OpenID Connect in your application by using the device authorization flow. -Refer [how the device authorization flow work]({{base_path}}/references/grant-types/device-authorization-grant/) for more information. +Refer [how the device authorization flow work]({{base_path}}/references/grant-types/#device-authorization-grant) for more information. ## Prerequisites