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"`