diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 10:38:05 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 10:38:05 +0900 |
commit | acead7fe3634fad6bbf312f4fc2c465e30c1d03e (patch) | |
tree | 5317c5571dbffcc52ccbd29f8f03c36e41dae03c /doc/integration/github.md | |
parent | 452b5d605c7ef88c8385cb62afcfc78f45ea2d4c (diff) | |
download | gitlab-ce-docs-capitalization-3.tar.gz |
Update capitalization in /integrations and /raketasksdocs-capitalization-3
Also updates redirect text in /project-services
Diffstat (limited to 'doc/integration/github.md')
-rw-r--r-- | doc/integration/github.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/integration/github.md b/doc/integration/github.md index c8dbae65465..f19b3109d15 100644 --- a/doc/integration/github.md +++ b/doc/integration/github.md @@ -36,7 +36,7 @@ To get the credentials (a pair of Client ID and Client Secret), you must registe 1. On your GitLab server, open the configuration file. - For omnibus package: + For Omnibus package: ```sh sudo editor /etc/gitlab/gitlab.rb @@ -54,7 +54,7 @@ To get the credentials (a pair of Client ID and Client Secret), you must registe 1. Add the provider configuration: - For omnibus package: + For Omnibus package: For GitHub.com: @@ -124,7 +124,7 @@ certificate and the imports are failing, you will need to disable SSL verificati It should be disabled by adding `verify_ssl` to `false` in the provider configuration and changing the global Git `sslVerify` option to `false` in the GitLab server. -For omnibus package: +For Omnibus package: ```ruby gitlab_rails['omniauth_providers'] = [ |