From 94234261fbaac95ae975100b5d743900aaabae63 Mon Sep 17 00:00:00 2001 From: tanjunchen Date: Fri, 6 Dec 2019 23:31:41 +0800 Subject: [PATCH] correct invalid urls Kubernetes-commit: efd61ae3e4826125d65ef7824e3243e2480c7205 --- docs/book/pages/examples/kustomize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/pages/examples/kustomize.md b/docs/book/pages/examples/kustomize.md index a8e0cc10b..30a559127 100644 --- a/docs/book/pages/examples/kustomize.md +++ b/docs/book/pages/examples/kustomize.md @@ -17,7 +17,7 @@ values that should be copied from this file or that are recommended. In practice, fields with no value should simply be omitted from kustomization.yaml to reduce the content visible in configuration reviews. -Example copied from the [kustomize repo](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/kustomization.yaml) +Example copied from the [kustomize repo](https://github.com/kubernetes-sigs/kustomize/tree/master/examples) {% sample lang="yaml" %} ```yaml @@ -270,7 +270,7 @@ vars: # specified by kustomize's configuration data. # # The default config data for vars is at -# https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/transformers/config/defaultconfig/varreference.go +# https://github.com/kubernetes-sigs/kustomize/blob/v3.3.1/pkg/transformers/config/defaultconfig/varreference.go # Long story short, the default targets are all # container command args and env value fields. #