Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-04-25 20:53:08 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-04-25 20:53:08 +0300
commit00de34a577347dc189495f3da535f95447f71ad7 (patch)
tree2df0f5a6a070cef3a547149f04fcf9f531e071e8
parentd4fe2a9f35e0f8b40bdaa524e6ebbdb352038fc2 (diff)
parentf900204ade9fcd4b891f1605ff482141822a816c (diff)
Merge branch 'make-ghe-url-consistent-ce-docs' into 'master'
Make ghe url consistent ce docs See merge request gitlab-org/gitlab-ce!18334
-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" }
}