From cb2c62f0d89732e35ecd179cc83cbf327a138484 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 11 May 2015 00:21:33 +0900 Subject: [PATCH] Fix filepath to simple sample pod --- docs/getting-started-guides/locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index 0baafa65e5e..7473f8ab8ff 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -74,7 +74,7 @@ However you can't view the nginx start page on localhost. To verify that nginx i You can control the specifications of a pod via a user defined manifest, and reach nginx through your browser on the port specified therein: ``` -cluster/kubectl.sh create -f docs/getting-started-guides/pod.json +cluster/kubectl.sh create -f examples/pod.yaml ``` Congratulations!