From f51c7290468772af2dda0d9e79eeab60e86d5e34 Mon Sep 17 00:00:00 2001 From: Jeremy Brown Date: Fri, 26 Aug 2016 13:04:38 +0100 Subject: [PATCH] fix for links to docs/examples in the quickstart --- docs/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 8df5a629a..b9ecf846a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -40,7 +40,7 @@ Released smiling-penguin In the example above, the `alpine` chart was released, and the name of our new release is `smiling-penguin`. You can view the details of the chart we just installed by taking a look at the nginx chart in -[docs/examples/alpine/Chart.yaml](docs/examples/alpine/Chart.yaml). +[docs/examples/alpine/Chart.yaml](examples/alpine/Chart.yaml). ## Change a Default Chart Value @@ -53,8 +53,8 @@ happy-panda ``` You can view the chart for this example in -[docs/examples/nginx/Chart.yaml](docs/examples/nginx/Chart.yaml) and the default values in -[docs/examples/nginx/values.yaml](docs/examples/nginx/values.yaml). +[docs/examples/nginx/Chart.yaml](examples/nginx/Chart.yaml) and the default values in +[docs/examples/nginx/values.yaml](examples/nginx/values.yaml). ## Learn About The Release