Skip to content

Commit bde28b1

Browse files
authored
Merge pull request #5324 from charles-chenzz/fix_doc_refs
update deprecated doc refs
2 parents 689dcef + 944c72a commit bde28b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/pluginator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2019 The Kubernetes Authors.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// A code generator. See /plugin/doc.go for an explanation.
4+
// A code generator. See /plugin/README.md for an explanation.
55
package main
66

77
import (

kyaml/yaml/compatibility.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func FormatNonStringStyle(node *Node, schema spec.Schema) {
4747
}
4848

4949
// if the node tag is null, make sure we don't add any non-null tags
50-
// https://github.com/GoogleContainerTools/kpt/issues/2321
50+
// https://github.com/kptdev/kpt/issues/2321
5151
if node.Tag == NodeTagNull {
5252
// must NOT quote null values
5353
node.Style = 0

0 commit comments

Comments
 (0)