summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-02-15 20:48:21 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2015-02-15 20:48:21 +0100
commit01d86d33a18189e8b3e24f1c2e35f3a4622db0d6 (patch)
treec6ef20f1128f5f3f86bb0ce75f0e1e4439ca740a /doc/integration
parentd785b20c43b114bbae385a5446f9369370fbd3bf (diff)
parentebd00cc7f0da544f03e04464031085b66306a43f (diff)
downloadgitlab-ce-01d86d33a18189e8b3e24f1c2e35f3a4622db0d6.tar.gz
Merge pull request #8801 from Senorsen/patch-1
Fix wrong word in document of google oauth
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/google.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/google.md b/doc/integration/google.md
index 7a78aff8ea4..51d740489da 100644
--- a/doc/integration/google.md
+++ b/doc/integration/google.md
@@ -45,9 +45,9 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
args: { access_type: 'offline', approval_prompt: '' } }
```
-1. Change 'YOUR APP ID' to the client ID from the GitHub application page from step 7.
+1. Change 'YOUR APP ID' to the client ID from the Google Developer page from step 10.
-1. Change 'YOUR APP SECRET' to the client secret from the GitHub application page from step 7.
+1. Change 'YOUR APP SECRET' to the client secret from the Google Developer page from step 10.
1. Save the configuration file.