Skip to content

Commit 6afc62a

Browse files
authored
Merge pull request #3536 from xlgmokha/patch-1
fix: update broken link
2 parents e5d45c8 + 6b4b977 commit 6afc62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/rest/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ To help you gracefully handle these situations, all API responses for requests
165165
made with valid tokens also contain an [`X-OAuth-Scopes` header][oauth scopes].
166166
This header contains the list of scopes of the token that was used to make the
167167
request. In addition to that, the OAuth Applications API provides an endpoint to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
168-
[check a token for validity][/rest/reference/apps#check-a-token]{% else %}[check a token for validity][/rest/reference/apps#check-an-authorization]{% endif %}.
168+
[check a token for validity](/rest/reference/apps#check-a-token){% else %}[check a token for validity](/rest/reference/apps#check-an-authorization){% endif %}.
169169
Use this information to detect changes in token scopes, and inform your users of
170170
changes in available application functionality.
171171

0 commit comments

Comments
 (0)