summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/user
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-07 09:06:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-07 09:06:03 +0000
commitbf3d94a7332ff411b654137a1d1288c399fceba4 (patch)
tree23800a9bca70a42294c0c917da5e5b9388f537f6 /app/views/clusters/clusters/user
parent2a87ae2e368ec6fbb1e75b89bc092ba2fd7eb913 (diff)
downloadgitlab-ce-bf3d94a7332ff411b654137a1d1288c399fceba4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/clusters/clusters/user')
-rw-r--r--app/views/clusters/clusters/user/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/clusters/clusters/user/_form.html.haml b/app/views/clusters/clusters/user/_form.html.haml
index c16f5f333f5..39b6d74d9f9 100644
--- a/app/views/clusters/clusters/user/_form.html.haml
+++ b/app/views/clusters/clusters/user/_form.html.haml
@@ -1,6 +1,6 @@
-- more_info_link = link_to _('More information'), help_page_path('user/project/clusters/add_remove_cluster.md',
+- more_info_link = link_to _('More information'), help_page_path('user/project/clusters/add_remove_clusters.md',
anchor: 'add-existing-cluster'), target: '_blank'
-- rbac_help_link = link_to _('More information'), help_page_path('user/project/clusters/add_remove_cluster.md',
+- rbac_help_link = link_to _('More information'), help_page_path('user/project/clusters/add_remove_clusters.md',
anchor: 'access-controls'), target: '_blank'
- api_url_help_text = s_('ClusterIntegration|The URL used to access the Kubernetes API.')