diff --git a/content/en/blog/_posts/2018-05-29-announcing-kustomize.md b/content/en/blog/_posts/2018-05-29-announcing-kustomize.md index 8613d8b3ac2..3ca0b54401e 100644 --- a/content/en/blog/_posts/2018-05-29-announcing-kustomize.md +++ b/content/en/blog/_posts/2018-05-29-announcing-kustomize.md @@ -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.