From 319c514a28fe8e5111b836e40c6112d13e7ac137 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 24 Mar 2016 15:33:18 -0700 Subject: [PATCH] Address pr comments - change kubectl link --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index aaa8aedaba..ddf870fa37 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -179,7 +179,7 @@ To view the kubectl configuration run: kubectl config view ``` -Full documentation for kubectl commands is available **[here](https://cloud.google.com/container-engine/docs/kubectl/)**: +Full documentation for kubectl commands is available **[here](/docs/user-guide/kubectl-overview/)**: At this point you should have our container running under the control of Kubernetes but we still have to make it accessible to the outside world.