Skip to content

Commit

Permalink
Update link to validate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed Sep 27, 2023
1 parent 478c083 commit aa98bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/token_checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Give it a [whirl here](https://barrycarlyon.github.io/twitch_misc/examples/token

## Reference Documentation

- [Validate a request](https://dev.twitch.tv/docs/authentication#validating-requests)
- [Validate a request](https://dev.twitch.tv/docs/authentication/validate-tokens/)
- [Obtaining a User by Access Token](https://dev.twitch.tv/docs/api/reference#get-users)
- [Revoking a token](https://dev.twitch.tv/docs/authentication/revoke-tokens/)

Expand Down
2 changes: 1 addition & 1 deletion examples/token_checker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<p>APIs Used</p>
<ul>
<li><a href="https://dev.twitch.tv/docs/authentication#validating-requests">Validate a request</a></li>
<li><a href="https://dev.twitch.tv/docs/authentication/validate-tokens/">Validate a request</a></li>
<li><a href="https://dev.twitch.tv/docs/api/reference#get-users">Obtaining a User by Access Token</a></li>
<li><a href="https://dev.twitch.tv/docs/authentication/revoke-tokens/">Revoking a token</a></li>
</ul>
Expand Down

0 comments on commit aa98bb8

Please sign in to comment.