From b1086ac49b5d73c3c1344902921254e19a90cc29 Mon Sep 17 00:00:00 2001 From: Dingzhu Lurong <1015542478@qq.com> Date: Wed, 9 Mar 2022 16:00:59 +0800 Subject: [PATCH] fix broken link --- api/types/kustomization.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/types/kustomization.go b/api/types/kustomization.go index a128c7749..e7935d16f 100644 --- a/api/types/kustomization.go +++ b/api/types/kustomization.go @@ -61,7 +61,7 @@ type Kustomization struct { // PatchesStrategicMerge specifies the relative path to a file // containing a strategic merge patch. Format documented at - // https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md + // https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/strategic-merge-patch.md // URLs and globs are not supported. PatchesStrategicMerge []PatchStrategicMerge `json:"patchesStrategicMerge,omitempty" yaml:"patchesStrategicMerge,omitempty"`