From fca03376bd42b503badf3ae6cc8b79eed132c099 Mon Sep 17 00:00:00 2001 From: Xiaogang Wen Date: Thu, 12 Apr 2018 00:52:27 +0000 Subject: [PATCH] Update github.md on GHE URL --- doc/integration/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } ]