From 36c8a69891b4e4e2834c6df82fd7085a1a78aff9 Mon Sep 17 00:00:00 2001 From: Martin Murphy Date: Wed, 27 Nov 2019 11:25:28 +0000 Subject: [PATCH] Add oauth apps section to path, in case users are reading the text and not clicking the links. Choosing the Developer settings optiion on GitHub brings users to the GitHub Apps section (settings/apps) and not the OAuth Apps section (/settings/developers) --- modules/identity-provider-registering-github.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/identity-provider-registering-github.adoc b/modules/identity-provider-registering-github.adoc index b531d4679b..f0d260f6a3 100644 --- a/modules/identity-provider-registering-github.adoc +++ b/modules/identity-provider-registering-github.adoc @@ -12,7 +12,8 @@ an application to use. . Register an application on GitHub: ** For GitHub, click https://github.com/settings/profile[Settings] -> -https://github.com/settings/developers[Developer settings] -> +https://github.com/settings/apps[Developer settings] -> +https://github.com/settings/developers[OAuth Apps] -> https://github.com/settings/applications/new[Register a new OAuth application]. ** For GitHub Enterprise, go to your GitHub Enterprise home page and then click *Settings -> Developer settings -> Register a new application*.