From 6888a12f3d96603b3164f3538af5e3dbb9aaf05c Mon Sep 17 00:00:00 2001 From: Tao Zhou Date: Mon, 27 Feb 2017 15:52:40 +0800 Subject: [PATCH] docs(wrapping_up): fix broken link to Tips and Tricks --- docs/chart_template_guide/wrapping_up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/chart_template_guide/wrapping_up.md diff --git a/docs/chart_template_guide/wrapping_up.md b/docs/chart_template_guide/wrapping_up.md old mode 100644 new mode 100755 index d4649813d..1ed7c602a --- a/docs/chart_template_guide/wrapping_up.md +++ b/docs/chart_template_guide/wrapping_up.md @@ -8,7 +8,7 @@ But there are many things this guide has not covered when it comes to the practi - The Kubernetes [User's Guide](http://kubernetes.io/docs/user-guide/) provides detailed examples of the various resource kinds that you can use, from ConfigMaps and Secrets to DaemonSets and Deployments. - The Helm [Charts Guide](../charts.md) explains the workflow of using charts. - The Helm [Chart Hooks Guide](../charts_hooks.md) explains how to create lifecycle hooks. -- The Helm [Charts Tips and Tricks](../charts_tips_and_tricks) article provides some useful tips for writing charts. +- The Helm [Charts Tips and Tricks](../charts_tips_and_tricks.md) article provides some useful tips for writing charts. - The [Sprig documentation](https://github.com/Masterminds/sprig) documents more than sixty of the template functions. - The [Go template docs](https://godoc.org/text/template) explain the template syntax in detail. - The [Schelm tool](https://github.com/databus23/schelm) is a nice helper utility for debugging charts.