From d379eda7852d9ba978078231aa6598dad207d084 Mon Sep 17 00:00:00 2001 From: Erik Christensen Date: Wed, 12 Oct 2016 15:07:26 -0400 Subject: [PATCH] Fixed broken link from "chart.md" to "charts.md" --- docs/using_helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_helm.md b/docs/using_helm.md index 5665bc5e4..41ae8b444 100644 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -344,7 +344,7 @@ sure your Helm client is up to date by running `helm repo update`. ## Creating Your Own Charts -The [Chart Development Guide](chart.md) explains how to develop your own +The [Chart Development Guide](charts.md) explains how to develop your own charts. But you can get started quickly by using the `helm create` command: