diff options
author | Xiaogang Wen <xiaogang@gitlab.com> | 2018-04-12 00:52:27 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-04-12 10:33:57 +0200 |
commit | fca03376bd42b503badf3ae6cc8b79eed132c099 (patch) | |
tree | d49e22319faa8f2d444b40d7ed9c07f7fb4afd37 | |
parent | b9d868e33d232808a4c964e2e3e28b4874345e73 (diff) | |
download | gitlab-ce-fca03376bd42b503badf3ae6cc8b79eed132c099.tar.gz |
Update github.md on GHE URL
-rw-r--r-- | doc/integration/github.md | 2 |
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" } } ] |