@@ -184,13 +184,13 @@ indicating the name of the app, as well as the level of access the app
184184has once it's authorized by the user. After a user authorizes access, GitHub
185185redirects the user back to the application:
186186
187- ![ ] ( /images/oauth_prompt.png )
187+ ![ GitHub's OAuth Prompt ] ( /images/oauth_prompt.png )
188188
189189However, you don't need to set up the entire web flow to begin working with OAuth tokens.
190190An easier way to get a token is to [ create a ** Personal token** ] [ personal token ] via your
191191[ Application settings page] [ application settings ] :
192192
193- ![ ] ( /images/personal_token.png )
193+ ![ Personal Token selection ] ( /images/personal_token.png )
194194
195195Also, the [ ** Authorizations API** ] [ authorizations api ] makes it simple to use Basic Authentication
196196to create an OAuth token. Try pasting and running the following command:
@@ -541,7 +541,7 @@ Keep learning with the next API guide [Basics of Authentication][auth guide]!
541541[ pagination ] : /v3/#pagination
542542[ get repo ] : /v3/repos/#get
543543[ create repo ] : /v3/repos/#create
544- [ create issue ] : /v3/issues/#create
544+ [ create issue ] : /v3/issues/#create-an-issue
545545[ auth guide ] : /guides/basics-of-authentication
546546[ user repos api ] : /v3/repos/#list-your-repositories
547547[ other user repos api ] : /v3/repos/#list-user-repositories
0 commit comments