summaryrefslogtreecommitdiff
path: root/doc/integration/github.md
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-04-25 17:53:08 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-04-25 17:53:08 +0000
commit00de34a577347dc189495f3da535f95447f71ad7 (patch)
tree2df0f5a6a070cef3a547149f04fcf9f531e071e8 /doc/integration/github.md
parentd4fe2a9f35e0f8b40bdaa524e6ebbdb352038fc2 (diff)
parentf900204ade9fcd4b891f1605ff482141822a816c (diff)
downloadgitlab-ce-00de34a577347dc189495f3da535f95447f71ad7.tar.gz
Merge branch 'make-ghe-url-consistent-ce-docs' into 'master'
Make ghe url consistent ce docs See merge request gitlab-org/gitlab-ce!18334
Diffstat (limited to 'doc/integration/github.md')
-rw-r--r--doc/integration/github.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index b0d67db8b59..23bb8ef9303 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -69,7 +69,7 @@ GitHub will generate an application ID and secret key for you to use.
"name" => "github",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
- "url" => "https://github.com/",
+ "url" => "https://github.example.com/",
"args" => { "scope" => "user:email" }
}
]
@@ -125,7 +125,7 @@ For omnibus package:
"name" => "github",
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
- "url" => "https://github.com/",
+ "url" => "https://github.example.com/",
"verify_ssl" => false,
"args" => { "scope" => "user:email" }
}