diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-09 11:05:27 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-11 17:34:42 +0200 |
commit | 11df20c2bd6450e2ed433e105d425acba8310545 (patch) | |
tree | 6adea76633d19bc47d19c17f0520538d0626e089 /app/helpers/projects_helper.rb | |
parent | f95857c8c5155b4fb1d4ff5b521f28c8d72d9d90 (diff) | |
download | gitlab-ce-change-package-registry-links.tar.gz |
Change all Package Registry related linkschange-package-registry-links
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32761,
all Package Registry related docs were brought under the same roof.
This changes the links in the app itself.
Diffstat (limited to 'app/helpers/projects_helper.rb')
-rw-r--r-- | app/helpers/projects_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index 14f947a03a3..0c5cbd51d4c 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -560,7 +560,7 @@ module ProjectsHelper allowedVisibilityOptions: project_allowed_visibility_levels(project), visibilityHelpPath: help_page_path('public_access/public_access'), registryAvailable: Gitlab.config.registry.enabled, - registryHelpPath: help_page_path('user/project/container_registry'), + registryHelpPath: help_page_path('user/packages/container_registry/index'), lfsAvailable: Gitlab.config.lfs.enabled, lfsHelpPath: help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs'), pagesAvailable: Gitlab.config.pages.enabled, |