Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-12 21:33:47 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-12 21:33:47 +0300
commit024dbcaee84c959cc633b0fc62422b8f113eddf8 (patch)
tree7f7f1d9637468115f5f559eda8101e3597aa6e1a /lib
parenta7456af186198107c234d74e825a6d39e47f1663 (diff)
parent35769baa9c094a1642ab9d3d13394783d81f7ab3 (diff)
Merge branch 'change-gitlab-runner-repository-path' into 'master'
Change GitLab Runner repository to a new path See merge request !132
Diffstat (limited to 'lib')
-rw-r--r--lib/helpers/edit_on_gitlab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helpers/edit_on_gitlab.rb b/lib/helpers/edit_on_gitlab.rb
index 1349779b..3ca1afda 100644
--- a/lib/helpers/edit_on_gitlab.rb
+++ b/lib/helpers/edit_on_gitlab.rb
@@ -15,7 +15,7 @@ module Nanoc::Helpers
gitlab_url = "https://gitlab.com/gitlab-org/#{product}-gitlab/blob/master/doc/#{content_filename}"
elsif product == "runner"
# gitlab-runner repo
- gitlab_url = "https://gitlab.com/gitlab-org/gitlab-ci-multi-#{product}/blob/master/docs/#{content_filename}"
+ gitlab_url = "https://gitlab.com/gitlab-org/gitlab-#{product}/blob/master/docs/#{content_filename}"
else
# gitlab-ce and gitlab-ee repos
gitlab_url = "https://gitlab.com/gitlab-org/gitlab-#{product}/blob/master/doc/#{content_filename}"