From 170eca7c5203f33c911a82d81769b148741f46f0 Mon Sep 17 00:00:00 2001 From: Jihoon Seo Date: Wed, 24 Aug 2022 17:25:29 +0900 Subject: [PATCH] Fix broken links --- kyaml/resid/gvk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyaml/resid/gvk.go b/kyaml/resid/gvk.go index 2c8cbb1f5d..663130163c 100644 --- a/kyaml/resid/gvk.go +++ b/kyaml/resid/gvk.go @@ -11,7 +11,7 @@ import ( ) // Gvk identifies a Kubernetes API type. -// https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/api-group.md +// https://git.k8s.io/design-proposals-archive/api-machinery/api-group.md type Gvk struct { Group string `json:"group,omitempty" yaml:"group,omitempty"` Version string `json:"version,omitempty" yaml:"version,omitempty"`