Skip to content

Commit 2a56620

Browse files
committed
Merge branch '52399-link-for-rbac-experimental-support-is-going-to-the-wrong-anchor' into 'master'
Resolve "Link for RBAC (experimental support) is going to the wrong anchor" See merge request gitlab-org/gitlab-ce!22216
2 parents 1ac2a3b + 4367da4 commit 2a56620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/projects/clusters/gcp/_form.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
.form-text.text-muted
6969
= s_('ClusterIntegration|Enable this setting if using role-based access control (RBAC).')
7070
= s_('ClusterIntegration|This option will allow you to install applications on RBAC clusters.')
71-
= link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-experimental-support'), target: '_blank'
71+
= link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-core-only'), target: '_blank'
7272

7373
.form-group
7474
= field.submit s_('ClusterIntegration|Create Kubernetes cluster'), class: 'js-gke-cluster-creation-submit btn btn-success', disabled: true

app/views/projects/clusters/user/_form.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
.form-text.text-muted
3333
= s_('ClusterIntegration|Enable this setting if using role-based access control (RBAC).')
3434
= s_('ClusterIntegration|This option will allow you to install applications on RBAC clusters.')
35-
= link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-experimental-support'), target: '_blank'
35+
= link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-core-only'), target: '_blank'
3636

3737
.form-group
3838
= field.submit s_('ClusterIntegration|Add Kubernetes cluster'), class: 'btn btn-success'

0 commit comments

Comments
 (0)