diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-24 21:22:19 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-24 21:22:19 +0100 |
commit | 6f615500a98c3375d80f5d5aff5b76a8216db0ca (patch) | |
tree | 7fd3aa6f684e6899d375c82420d37c2c05f8056b /doc/integration/google.md | |
parent | 97b2d78de8fb0e77d269b75f6058097d439bfabe (diff) | |
download | gitlab-ce-6f615500a98c3375d80f5d5aff5b76a8216db0ca.tar.gz |
Move all integration docs images in a single directory
[ci skip]
Diffstat (limited to 'doc/integration/google.md')
-rw-r--r-- | doc/integration/google.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/google.md b/doc/integration/google.md index 91e9b2495cc..f9a20dd840d 100644 --- a/doc/integration/google.md +++ b/doc/integration/google.md @@ -25,7 +25,7 @@ To enable the Google OAuth2 OmniAuth provider you must register your application - Application type: "Web Application" - Authorized JavaScript origins: This isn't really used by GitLab but go ahead and put 'https://gitlab.example.com' here. - Authorized redirect URI: 'https://gitlab.example.com/users/auth/google_oauth2/callback' -1. Under the heading "Client ID for web application" you should see a Client ID and Client secret (see screenshot). Keep this page open as you continue configuration. ![Google app](google_app.png) +1. Under the heading "Client ID for web application" you should see a Client ID and Client secret (see screenshot). Keep this page open as you continue configuration. ![Google app](img/google_app.png) 1. On your GitLab server, open the configuration file. |