summaryrefslogtreecommitdiff
path: root/doc/integration/github.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-17 00:07:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-17 00:07:59 +0000
commit7480d774dfca97ea905321d52c70fd19496f0084 (patch)
tree8b664509b6be79bbe226fdd3994dadae56864b83 /doc/integration/github.md
parent69d6d3ca2013e97cfd2d89449669ea7bf475f4e9 (diff)
downloadgitlab-ce-7480d774dfca97ea905321d52c70fd19496f0084.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/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 eaf81b8a1b7..f46038269c0 100644
--- a/doc/integration/github.md
+++ b/doc/integration/github.md
@@ -175,7 +175,7 @@ Check the [`production.log`](../administration/logs.md#productionlog)
on your GitLab server to obtain further details. If you are getting the error like
`Faraday::ConnectionFailed (execution expired)` in the log, there may be a connectivity issue
between your GitLab instance and GitHub Enterprise. To verify it, [start the rails console](https://docs.gitlab.com/omnibus/maintenance/#starting-a-rails-console-session)
-and run the commands below replacing <github_url> with the URL of your GitHub Enterprise instance:
+and run the commands below replacing `<github_url>` with the URL of your GitHub Enterprise instance:
```ruby
uri = URI.parse("https://<github_url>") # replace `GitHub-URL` with the real one here