From a97c51580ee996046725d570bc36b96feb9982b5 Mon Sep 17 00:00:00 2001
From: Chia Yu Pai <fantasyatelier@gmail.com>
Date: Fri, 15 Jan 2016 14:22:36 +0800
Subject: [PATCH] Update github.md

add default callback URL path
---
 doc/integration/github.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/integration/github.md b/doc/integration/github.md
index a789d2c814f..dbcb2d6a006 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -18,6 +18,7 @@ GitHub will generate an application ID and secret key for you to use.
     - Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com'
     - Application description: Fill this in if you wish.
     - Authorization callback URL: 'https://gitlab.company.com/'
+    - If install from source, default callback URL is '${YOUR_DOMAIN}/import/github/callback'
 1.  Select "Register application".
 
 1.  You should now see a Client ID and Client Secret near the top right of the page (see screenshot). 
-- 
GitLab