From ebc40449113d5d72e2de300f4ed1eef94c24a921 Mon Sep 17 00:00:00 2001 From: Mary Frances Hull Date: Sat, 28 Oct 2023 11:39:13 -0700 Subject: [PATCH] adjust url --- pkg/command/checks/command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/command/checks/command.go b/pkg/command/checks/command.go index a0505b162..0d7900dba 100644 --- a/pkg/command/checks/command.go +++ b/pkg/command/checks/command.go @@ -45,7 +45,7 @@ KubeLinter includes the following built-in checks: **Remediation**: {{.Remediation}} -**Template**: [{{.Template}}](templates.md#{{ templateLink . }}) +**Template**: [{{.Template}}](generated/templates.md#{{ templateLink . }}) {{ if .Params }} **Parameters**: @@ -55,7 +55,7 @@ KubeLinter includes the following built-in checks: ` ) -const TemplateURLFormat = "generated/templates?id=%s" +const TemplateURLFormat = "/generated/templates?id=%s" var ( checksFuncMap = template.FuncMap{