Skip to content

Commit

Permalink
Merge pull request #5324 from charles-chenzz/fix_doc_refs
Browse files Browse the repository at this point in the history
update deprecated doc refs
  • Loading branch information
k8s-ci-robot authored Oct 18, 2023
2 parents 689dcef + 944c72a commit bde28b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/pluginator/main.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion kyaml/yaml/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bde28b1

Please sign in to comment.