diff --git a/cmd/pluginator/main.go b/cmd/pluginator/main.go index 1bc4315ce8..6a5ad0afba 100644 --- a/cmd/pluginator/main.go +++ b/cmd/pluginator/main.go @@ -1,7 +1,7 @@ // Copyright 2019 The Kubernetes Authors. // SPDX-License-Identifier: Apache-2.0 -// A code generator. See /plugin/doc.go for an explanation. +// A code generator. See /plugin/README.md for an explanation. package main import ( diff --git a/kyaml/yaml/compatibility.go b/kyaml/yaml/compatibility.go index a471140000..81f7e29dfc 100644 --- a/kyaml/yaml/compatibility.go +++ b/kyaml/yaml/compatibility.go @@ -47,7 +47,7 @@ func FormatNonStringStyle(node *Node, schema spec.Schema) { } // if the node tag is null, make sure we don't add any non-null tags - // https://github.com/GoogleContainerTools/kpt/issues/2321 + // https://github.com/kptdev/kpt/issues/2321 if node.Tag == NodeTagNull { // must NOT quote null values node.Style = 0