Skip to content

Commit c5b6a52

Browse files
committed
Tweak header, links for new app access review section
1 parent 719a6b1 commit c5b6a52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/v3/oauth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,21 +302,21 @@ receive this error.
302302
To solve this error, start the [OAuth process over from the beginning](#redirect-users-to-request-github-access)
303303
and 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

307307
Users can review and revoke their application authorizations from the [settings
308308
screen within GitHub][settings]. Integrators can deep link to the authorization
309309
information for their particular app to let their end users review those
310310
details.
311311

312312
To 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

0 commit comments

Comments
 (0)