You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/oauth_authorizations.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ can be cumbersome. Instead, tokens can be created using the OAuth Authorizations
66
66
[Basic Authentication](/v3/auth#basic-authentication). To create tokens for a particular OAuth application, you
67
67
must provide its client ID and secret, found on the OAuth application settings
68
68
page, linked from your[OAuth applications listing on GitHub][app-listing]. If your OAuth application intends to create multiple tokens for one user you should use`fingerprint` to differentiate between them. OAuth tokens
69
-
can also be created through the web UI via the[Application settings page][app-listing].
69
+
can also be created through the web UI via the[Personal access tokens settings][tokens-listing].
70
70
Read more about these tokens on the[GitHub Help page](https://help.github.com/articles/creating-an-access-token-for-command-line-use).