Skip to content

Commit

Permalink
Merge pull request #4770 from jihoon-seo/220824_Fix_broken_links
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
k8s-ci-robot authored Sep 9, 2022
2 parents 56a47bd + 170eca7 commit 6c587c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyaml/resid/gvk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 6c587c9

Please sign in to comment.