diff options
author | Stan Hu <stanhu@gmail.com> | 2016-04-26 21:02:24 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-04-26 21:02:45 -0700 |
commit | c47183d78723a30733dc465f72e37299d8628363 (patch) | |
tree | 204e90db22269783a7685aac9b38501414150ca6 /doc/integration | |
parent | eede0323453190440a8d738b5eab0723f54dee65 (diff) | |
download | gitlab-ce-c47183d78723a30733dc465f72e37299d8628363.tar.gz |
Fixes for review of GitHub Enterprise backport changes
Diffstat (limited to 'doc/integration')
-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 ac17e2069f0..e1f9242fd0e 100644 --- a/doc/integration/github.md +++ b/doc/integration/github.md @@ -78,7 +78,7 @@ GitHub will generate an application ID and secret key for you to use. args: { scope: 'user:email' } } ``` - __Replace `https://github.example.com/` with your GitHub URL__ + __Replace `https://github.example.com/` with your GitHub URL.__ 1. Change 'YOUR_APP_ID' to the client ID from the GitHub application page from step 7. |