summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Karabanova 🐱 <akarabanova@gitlab.com>2018-04-24 13:59:54 +0000
committerAna Karabanova 🐱 <akarabanova@gitlab.com>2018-04-24 13:59:54 +0000
commit52dfdcf755409081d46bd91e6c012aece0006e1a (patch)
treed24afb5125e1f84d7c3793c41e3b53d740e7b849
parent8b41c40674273d6ee3d9b0c720e5e51b76998b31 (diff)
downloadgitlab-ce-52dfdcf755409081d46bd91e6c012aece0006e1a.tar.gz
Broken link fix
-rw-r--r--app/views/projects/registry/repositories/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/registry/repositories/index.html.haml b/app/views/projects/registry/repositories/index.html.haml
index 2c80f7c3fa3..76f57320f99 100644
--- a/app/views/projects/registry/repositories/index.html.haml
+++ b/app/views/projects/registry/repositories/index.html.haml
@@ -29,7 +29,7 @@
docker login #{Gitlab.config.registry.host_port}
%br
%p
- - deploy_token = link_to(_('deploy token'), help_page_path('user/projects/deploy_tokens/index', anchor: 'read-container-registry-images'), target: '_blank')
+ - deploy_token = link_to(_('deploy token'), help_page_path('user/project/deploy_tokens/index', anchor: 'read-container-registry-images'), target: '_blank')
= s_('ContainerRegistry|You can also %{deploy_token} for read-only access to the registry images.').html_safe % { deploy_token: deploy_token }
%br
%p