From e9f8ce381408bd0ba57186a2602b3551fd336f31 Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Sat, 23 Dec 2017 14:47:44 -0800 Subject: [PATCH] docs(chart_template_guide): Fix link to Charts Guide The link to the charts guide is currently broken on docs.helm.sh. It's possible that the .. is confusing things. Try it without. --- docs/chart_template_guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/getting_started.md b/docs/chart_template_guide/getting_started.md index 98a2532b0..77ebe8dc5 100644 --- a/docs/chart_template_guide/getting_started.md +++ b/docs/chart_template_guide/getting_started.md @@ -6,7 +6,7 @@ To get going, let's take a brief look at a Helm chart. ## Charts -As described in the [Charts Guide](../charts.md), Helm charts are structured like +As described in the [Charts Guide](charts.md), Helm charts are structured like this: ```