diff --git a/examples/helloWorld/README.md b/examples/helloWorld/README.md index b318353db..609a373d0 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -1,9 +1,9 @@ [base]: ../../docs/glossary.md#base -[config]: https://github.com/kinflate/example-hello +[config]: https://github.com/kubernetes-sigs/kustomize/tree/master/examples/helloWorld [gitops]: ../../docs/glossary.md#gitops [hello]: https://github.com/monopole/hello [kustomization]: ../../docs/glossary.md#kustomization -[original]: https://github.com/kinflate/example-hello +[original]: https://github.com/kubernetes-sigs/kustomize/tree/master/examples/helloWorld [overlay]: ../../docs/glossary.md#overlay [overlays]: ../../docs/glossary.md#overlay [patch]: ../../docs/glossary.md#patch diff --git a/examples/secretGeneratorPlugin.md b/examples/secretGeneratorPlugin.md index 9684af772..5da0e1be5 100644 --- a/examples/secretGeneratorPlugin.md +++ b/examples/secretGeneratorPlugin.md @@ -1,7 +1,7 @@ -[ConfigMaps]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#configmap-v1-core +[ConfigMaps]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#configmap-v1-core [ELF]: https://en.wikipedia.org/wiki/Executable_and_Linkable_Format [Go plugin]: https://golang.org/pkg/plugin -[Secrets]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#secret-v1-core +[Secrets]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#secret-v1-core [base64]: https://tools.ietf.org/html/rfc4648#section-4 [configuration directory]: https://wiki.archlinux.org/index.php/XDG_Base_Directory#Specification [grpc]: https://grpc.io diff --git a/examples/zh/helloWorld.md b/examples/zh/helloWorld.md index 16df23fdb..2113c2822 100644 --- a/examples/zh/helloWorld.md +++ b/examples/zh/helloWorld.md @@ -1,9 +1,9 @@ [base]: ../../docs/glossary.md#base -[config]: https://github.com/kinflate/example-hello +[config]: https://github.com/kubernetes-sigs/kustomize/tree/master/examples/helloWorld [gitops]: ../../docs/glossary.md#gitops [hello]: https://github.com/monopole/hello [kustomization]: ../../docs/glossary.md#kustomization -[original]: https://github.com/kinflate/example-hello +[original]: https://github.com/kubernetes-sigs/kustomize/tree/master/examples/helloWorld [overlay]: ../../docs/glossary.md#overlay [overlays]: ../../docs/glossary.md#overlay [patch]: ../../docs/glossary.md#patch diff --git a/examples/zh/secretGeneratorPlugin.md b/examples/zh/secretGeneratorPlugin.md index 04fbbc2a0..9b81082d9 100644 --- a/examples/zh/secretGeneratorPlugin.md +++ b/examples/zh/secretGeneratorPlugin.md @@ -1,7 +1,7 @@ -[ConfigMaps]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#configmap-v1-core +[ConfigMaps]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#configmap-v1-core [ELF]: https://en.wikipedia.org/wiki/Executable_and_Linkable_Format [Go plugin]: https://golang.org/pkg/plugin -[Secrets]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#secret-v1-core +[Secrets]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#secret-v1-core [base64]: https://tools.ietf.org/html/rfc4648#section-4 [configuration directory]: https://wiki.archlinux.org/index.php/XDG_Base_Directory#Specification [grpc]: https://grpc.io