diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f16308a73..016064e27 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: "" --- diff --git a/hack/krmFunctionBenchmark/readme.md b/hack/krmFunctionBenchmark/readme.md index cb3e8eb5a..c98ee199e 100644 --- a/hack/krmFunctionBenchmark/readme.md +++ b/hack/krmFunctionBenchmark/readme.md @@ -2,7 +2,7 @@ ## Prerequisites - - [kustomize v3.7.0 or higher](https://kubernetes-sigs.github.io/kustomize/installation) (support for KRM Config Functions). + - [kustomize v3.7.0 or higher](https://kubectl.docs.kubernetes.io/installation/kustomize/) (support for KRM Config Functions). - [docker](https://github.com/kubernetes-sigs/kustomize/pull/docker.com) ## How to run diff --git a/kustomize/commands/edit/add/addpatch.go b/kustomize/commands/edit/add/addpatch.go index 7284222d3..f0622ef8f 100644 --- a/kustomize/commands/edit/add/addpatch.go +++ b/kustomize/commands/edit/add/addpatch.go @@ -31,8 +31,6 @@ Each item may: - be either a strategic merge patch, or a JSON patch - be either a file, or an inline string - target a single resource or multiple resources - -For more information please see https://kubernetes-sigs.github.io/kustomize/api-reference/kustomization/patches/ `, Example: ` add patch --path {filepath} --group {target group name} --version {target version}`,