From 0e553a26116482b76b8180fcfc36ee59d6167ed8 Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Tue, 11 Aug 2015 22:48:07 -0700 Subject: [PATCH] Fix the paths given in the update-demo, which was moved out of examples and into docs/user-guide about a month ago. --- docs/user-guide/update-demo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/update-demo/README.md b/docs/user-guide/update-demo/README.md index 8baacbfa393..0ad99125c01 100644 --- a/docs/user-guide/update-demo/README.md +++ b/docs/user-guide/update-demo/README.md @@ -68,7 +68,7 @@ Kubernetes repository. Otherwise you will get "404 page not found" errors as the [here](../../../docs/user-guide/kubectl/kubectl_proxy.md). ```console -$ kubectl proxy --www=examples/update-demo/local/ & +$ kubectl proxy --www=docs/user-guide/update-demo/local/ & I0218 15:18:31.623279 67480 proxy.go:36] Starting to serve on localhost:8001 ``` @@ -143,10 +143,10 @@ If you want to build your own docker images, you can set `$DOCKER_HUB_USER` to y ```console $ export DOCKER_HUB_USER=my-docker-id -$ ./examples/update-demo/build-images.sh +$ ./docs/user-guide/update-demo/build-images.sh ``` -To use your custom docker image in the above examples, you will need to change the image name in `examples/update-demo/nautilus-rc.yaml` and `examples/update-demo/kitten-rc.yaml`. +To use your custom docker image in the above examples, you will need to change the image name in `docs/user-guide/update-demo/nautilus-rc.yaml` and `docs/user-guide/update-demo/kitten-rc.yaml`. ### Image Copyright