summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-04-12 10:32:14 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-12 10:34:05 +0200
commitf900204ade9fcd4b891f1605ff482141822a816c (patch)
treeba07c96ccff1f9c09aaa300dd3a72818e7d2945a
parentfca03376bd42b503badf3ae6cc8b79eed132c099 (diff)
downloadgitlab-ce-f900204ade9fcd4b891f1605ff482141822a816c.tar.gz
Correct another one github.example.com
[ci skip]
-rw-r--r--doc/integration/github.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md
index 1af295b3742..23bb8ef9303 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -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" }
}