summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-05-01 23:13:12 +0000
committerEvan Read <eread@gitlab.com>2019-05-01 23:13:12 +0000
commitaa4d99cf8fbf19b6f3b4f92db9ffe1ec32d8f273 (patch)
treed409c08519125472ac34756f8a54b4641c898fe6
parent016c4893dadc6b0407761a58a896bd7a6d2e7156 (diff)
downloadgitlab-ce-aa4d99cf8fbf19b6f3b4f92db9ffe1ec32d8f273.tar.gz
Update GitHub integration instructions to swap example domain to *.example.com (github.md)
-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 bee68688ace..e145afbdd5e 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -19,7 +19,7 @@ To get the credentials (a pair of Client ID and Client Secret), you must registe
1. Provide the required details.
- Application name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive.
- - Homepage URL: the URL to your GitLab installation. e.g., `https://gitlab.company.com`
+ - Homepage URL: The URL of your GitLab installation. For example, `https://gitlab.example.com`.
- Application description: Fill this in if you wish.
- Authorization callback URL: `http(s)://${YOUR_DOMAIN}/users/auth/github/callback`. Please make sure the port is included if your GitLab instance is not configured on default port.
![Register OAuth App](img/github_register_app.png)