From 9ca5284e4f9dde2bb978483251b94d82ee2a35ae Mon Sep 17 00:00:00 2001 From: Liz <33235082+liztio@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:31:19 -0400 Subject: [PATCH] strategic-merge-patch documentation has moved --- api/types/patchstrategicmerge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/types/patchstrategicmerge.go b/api/types/patchstrategicmerge.go index c5aca319e..81a5ba456 100644 --- a/api/types/patchstrategicmerge.go +++ b/api/types/patchstrategicmerge.go @@ -5,5 +5,5 @@ package types // PatchStrategicMerge represents a relative path to a // stategic merge patch with the format -// 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 type PatchStrategicMerge string