Skip to content

Commit 4367da4

Browse files
author
Thong Kuah
committed
Fix anchor for RBAC support help link
The RBAC section header was changed, causing the anchor to change as well. For our first release with RBAC support, it is important we get the link right.
1 parent e042911 commit 4367da4

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)