Fix kubernetes-sigs/kustomize#41 (#8828)

Fix broken link caused by kubernetes-sigs/kustomize#37
pull/8738/merge
Jeff Regan 2018-05-30 16:59:54 -07:00 committed by k8s-ci-robot
parent 922cbe1999
commit 9ffaaae850
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ date: 2018-05-29
**Authors:** Jeff Regan (Google), Phil Wittrock (Google)
[**kustomize**]: https://github.com/kubernetes-sigs/kustomize
[hello word demo]: https://github.com/kubernetes-sigs/kustomize/blob/master/demos/helloWorld
[hello world]: https://github.com/kubernetes-sigs/kustomize/blob/master/examples/helloWorld
[kustomization]: https://github.com/kubernetes-sigs/kustomize/blob/master/docs/glossary.md#kustomization
[mailing list]: https://groups.google.com/forum/#!forum/kustomize
[open an issue]: https://github.com/kubernetes-sigs/kustomize/issues/new
@ -236,6 +236,6 @@ artifact that **kustomize** uses is plain YAML and can
be validated and processed as such. kustomize encourages
a fork/modify/rebase [workflow].
To get started, try the [hello word demo].
To get started, try the [hello world] example.
For discussion and feedback, join the [mailing list] or
[open an issue]. Pull requests are welcome.