From b4ca0d7477c14176ed13be0069f5d8ecc20d91b3 Mon Sep 17 00:00:00 2001 From: Mikela Jackson Date: Mon, 9 Dec 2024 15:35:39 -0500 Subject: [PATCH] making a change to fix linter --- governance/template_functions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/governance/template_functions.adoc b/governance/template_functions.adoc index 87d7ec3f6c..0111c62037 100644 --- a/governance/template_functions.adoc +++ b/governance/template_functions.adoc @@ -579,5 +579,5 @@ The `hasNodesWithExactRoles` function returns the `true` value if the cluster co * See xref:../governance/template_support_intro.adoc#template-processing[Template processing] for more details. * See xref:../governance/adv_template_process.adoc#adv-template-processing[Advanced template processing in configuration policies] for use-cases. * For label selector examples, see the link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/[Kubernetes labels and selectors] documentation. -* Refer to the link:https://golang.org/pkg/text/template/[Golang documentation - Package templates]. +* Refer to the link:https://golang.org/pkg/text/template[Golang documentation - Package templates]. * See the link:https://masterminds.github.io/sprig/[Sprig Function Documentation] for more details.