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:
authorXiaogang Wen <xiaogang@gitlab.com>2018-04-12 03:52:27 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-12 11:33:57 +0300
commitfca03376bd42b503badf3ae6cc8b79eed132c099 (patch)
treed49e22319faa8f2d444b40d7ed9c07f7fb4afd37 /doc/integration
parentb9d868e33d232808a4c964e2e3e28b4874345e73 (diff)
Update github.md on GHE URL
Diffstat (limited to 'doc/integration')
-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" }
}
]