summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaogang Wen <xiaogang@gitlab.com>2018-04-12 00:52:27 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-12 10:33:57 +0200
commitfca03376bd42b503badf3ae6cc8b79eed132c099 (patch)
treed49e22319faa8f2d444b40d7ed9c07f7fb4afd37
parentb9d868e33d232808a4c964e2e3e28b4874345e73 (diff)
downloadgitlab-ce-fca03376bd42b503badf3ae6cc8b79eed132c099.tar.gz
Update github.md on GHE URL
-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 b0d67db8b59..1af295b3742 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" }
}
]