diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-11 07:26:43 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-11 07:26:43 +0200 |
commit | c756b0872f89232c7afcad934841fbffff4fc1bc (patch) | |
tree | f2475c9c95beaa1a5b64cbb7e9ee26645e7bdc0f /doc | |
parent | 7048834004ebbd7a0a3cd9d10cd8f0aec5e676d9 (diff) | |
download | gitlab-ce-c756b0872f89232c7afcad934841fbffff4fc1bc.tar.gz |
Fix Google API callbackdocs/gke-cluster
https://gitlab.com/gitlab-org/gitlab-ce/issues/38911#note_42966393
Diffstat (limited to 'doc')
-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 52de5dc61be..0611cbb59dc 100644 --- a/doc/integration/google.md +++ b/doc/integration/google.md @@ -30,7 +30,7 @@ In Google's side: ``` https://gitlab.example.com/users/auth/google_oauth2/callback - https://gitlab.example.com/google_api/auth/callback + https://gitlab.exampl.com/-/google_api/auth/callback ``` 1. You should now be able to see a Client ID and Client secret. Note them down |