Skip to content

Commit 987ddd5

Browse files
authored
fix: update broken link
1 parent f0e7705 commit 987ddd5

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)