diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 08:41:50 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-27 08:41:50 +0000 |
commit | 72a91622307d2ac14021fed4af84a6f1d5246dfc (patch) | |
tree | fd9b782afd75c0b86474f963290e0bb7b569dbba /doc/integration/github.md | |
parent | f91b5d5840996736ee18ef457653cdd225f8445f (diff) | |
download | gitlab-ce-72a91622307d2ac14021fed4af84a6f1d5246dfc.tar.gz |
Update capitalization in /integrations and /raketasks
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'] = [ |