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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-04-27 17:24:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-04-27 17:24:41 +0300
commit688d083f4afc6efa131c009b956235d58071bcc2 (patch)
tree09d12a9673c563c5f2adef81620ad798f120532b /lib/helpers
parent7f4406ebf90b00b5e3589f2da1c813a0188ccea0 (diff)
Fix wrong links to charts web IDE
Diffstat (limited to 'lib/helpers')
-rw-r--r--lib/helpers/edit_on_gitlab.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/helpers/edit_on_gitlab.rb b/lib/helpers/edit_on_gitlab.rb
index 5bc70f33..35c59c21 100644
--- a/lib/helpers/edit_on_gitlab.rb
+++ b/lib/helpers/edit_on_gitlab.rb
@@ -21,8 +21,8 @@ module Nanoc::Helpers
gitlab_ide_url = "https://gitlab.com/-/ide/project/gitlab-org/gitlab-#{product}/edit/master/-/docs/#{docs_content_filename}"
elsif product == "charts"
# GitLab Helm chart repo
- gitlab_url = "https://gitlab.com/#{product}/gitlab/blob/master/doc/#{docs_content_filename}"
- gitlab_ide_url = "https://gitlab.com/-/ide/project/#{product}/gitlab/edit/master/-/doc/#{docs_content_filename}"
+ gitlab_url = "https://gitlab.com/gitlab-org/#{product}/gitlab/blob/master/doc/#{docs_content_filename}"
+ gitlab_ide_url = "https://gitlab.com/-/ide/project/gitlab-org/#{product}/gitlab/edit/master/-/doc/#{docs_content_filename}"
# gitlab-foss and gitlab repos
elsif %w[ce ee].include?(product)
gitlab_url = "https://gitlab.com/gitlab-org/gitlab/blob/master/doc/#{docs_content_filename}"