Commit 2f1f43ae authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '34944-fix-kubernetes-help-text-link' into 'master'

Resolve "Fix Kubernetes help text link"

Closes #34944

See merge request gitlab-org/gitlab!19121
parents 80bd6f78 b987db22
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.bs-callout.bs-callout-info .bs-callout.bs-callout-info
= s_('ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters.') = s_('ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters.')
%strong %strong
= link_to _('More information'), help_page_path('user/group/clusters/', anchor: 'cluster-precedence') = link_to _('More information'), help_page_path('user/group/clusters/index', anchor: 'cluster-precedence')
.clusters-table.js-clusters-list .clusters-table.js-clusters-list
.gl-responsive-table-row.table-row-header{ role: "row" } .gl-responsive-table-row.table-row-header{ role: "row" }
......
---
title: Fix Kubernetes help text link
merge_request: 19121
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment