From e5944bb00a45e72d7db8a0b477e9d90fa929e1e4 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Tue, 27 Mar 2018 17:28:00 -0700 Subject: [PATCH] fix a link --- cmd/kinflate/demoHelloWorldShort.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cmd/kinflate/demoHelloWorldShort.md b/cmd/kinflate/demoHelloWorldShort.md index 846a12341..595d7a4c4 100644 --- a/cmd/kinflate/demoHelloWorldShort.md +++ b/cmd/kinflate/demoHelloWorldShort.md @@ -1,9 +1,5 @@ # Demo: hello world -Prerequisites: [Go](https://golang.org/), [git](https://git-scm.com), -a `PATH` containing `$GOPATH/bin`, [kubectl] set up -to talk to a cluster. - [kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/ Steps: @@ -51,7 +47,7 @@ Confirm that the prefix appears in the output: kinflate inflate -f . | grep --context=3 acme- ``` -Optionally apply the modified configuration to a cluster: +Optionally apply the modified configuration to a cluster ``` @@ -63,4 +59,4 @@ private repo, and evolve independently of its upstream. One could rebase from upstream as desired. -__Next:__ [hello world (with instances)](longerDemo/README.md). +__Next:__ [hello world (with instances)](demoHelloWorldLong/README.md).