diff --git a/docs/api/rest_api/rest_api_authentication.md b/docs/api/rest_api/rest_api_authentication.md index 213b2a21ee..2a255e5004 100644 --- a/docs/api/rest_api/rest_api_authentication.md +++ b/docs/api/rest_api/rest_api_authentication.md @@ -270,11 +270,11 @@ X-CSRF-Token: 23lk.neri34ijajedfw39orj-3j93 ### Configuration -See [JWT authentication](#jwt-authentication) or GraphQL. +See [JWT authentication](development_security.md#jwt-authentication) for configuration instructions. ### Usage example -After you [configure JWT authentication](development_security.md#jwt-authentication) at least for REST, you can get the JWT token through the following request: +After you configure JWT authentication for REST, you can get the JWT token through the following request: === "XML"