File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,21 +302,21 @@ receive this error.
302302To solve this error, start the [ OAuth process over from the beginning] ( #redirect-users-to-request-github-access )
303303and get a new code.
304304
305- ## Directing users to review their access for an OAuth application
305+ ## Directing users to review their access for an application
306306
307307Users can review and revoke their application authorizations from the [ settings
308308screen within GitHub] [ settings ] . Integrators can deep link to the authorization
309309information for their particular app to let their end users review those
310310details.
311311
312312To build this link, you'll need your OAuth application's ` client_id ` you
313- received from GitHub when you [ registered the application] [ apps ] .
313+ received from GitHub when you [ registered the application] [ app-registration ] .
314314
315315 https://github.com/settings/connections/applications/:client_id
316316
317317[ oauth changes blog ] : /changes/2013-10-04-oauth-changes-coming/
318318[ basics auth guide ] : /guides/basics-of-authentication/
319319[ deployments ] : /v3/repos/deployments
320320[ public keys ] : /v3/users/keys/
321- [ settings ] : https://github.com/settings
322- [ apps ] : https://github.com/settings/applications
321+ [ settings ] : https://github.com/settings/applications#authorized
322+ [ app-registration ] : https://developer. github.com/guides/basics-of-authentication/#registering-your-app
You can’t perform that action at this time.
0 commit comments