summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-05-01 17:40:41 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-05-01 17:40:41 +0000
commit15a2c558022908e23f0ff6ac80a135899aa0899a (patch)
tree1e9904547a2d0c9c96d0617da835f4b80a6e001d
parent6a56cff686a10f8e42d8b6ccc7daa36fa9b0ebdc (diff)
parentc50ce3ba2905ab9f3431467c0118d3cf16fbfea2 (diff)
downloadgitlab-ce-15a2c558022908e23f0ff6ac80a135899aa0899a.tar.gz
Merge branch 'fix-github-oauth-instructions' into 'master'
Fix the GitHub Omniauth instructions Technically the screenshot is also out of date, but I honestly don't care enough to go through the effort of making a sample application, taking a screenshot, etc. See merge request !3976
-rw-r--r--doc/integration/github.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index e1f9242fd0e..e7497e475c9 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -9,7 +9,9 @@ GitHub will generate an application ID and secret key for you to use.
1. Navigate to your individual user settings or an organization's settings, depending on how you want the application registered. It does not matter if the application is registered as an individual or an organization - that is entirely up to you.
-1. Select "Applications" in the left menu.
+1. Select "OAuth applications" in the left menu.
+
+1. If you already have applications listed, switch to the "Developer applications" tab.
1. Select "Register new application".