From fefc0e2b243946b5887bb0ef5a6c8393a6748913 Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Tue, 4 May 2021 13:04:56 -0300 Subject: [PATCH] Fix html not rendering markdown link properly Signed-off-by: Lucas Santos --- docs/spec/auth/token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/auth/token.md b/docs/spec/auth/token.md index 2c1048ba8..cdee7845c 100644 --- a/docs/spec/auth/token.md +++ b/docs/spec/auth/token.md @@ -115,7 +115,7 @@ Defines getting a bearer and refresh token using the token endpoint. to be registered with the authorization server but should be set to a meaningful value in order to allow auditing keys created by unregistered clients. Accepted syntax is defined in - [RFC6749 Appendix A.1](https://tools.ietf.org/html/rfc6749#appendix-A.1). + RFC6749 Appendix A.1.
scope