From ee91786591d74913d88006347f05f86de25a1b1c Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Sat, 18 Jan 2020 04:23:03 -0700 Subject: [PATCH] Fix link to Helm chart template guide --- content/rancher/v2.x/en/catalog/custom/creating/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/catalog/custom/creating/_index.md b/content/rancher/v2.x/en/catalog/custom/creating/_index.md index b439be3da79..bc1ed5e919d 100644 --- a/content/rancher/v2.x/en/catalog/custom/creating/_index.md +++ b/content/rancher/v2.x/en/catalog/custom/creating/_index.md @@ -121,7 +121,7 @@ This reference contains variables that you can use in `questions.yml` nested und You can fill your custom catalogs with either Helm Charts or Rancher Charts, although we recommend Rancher Charts due to their enhanced user experience. ->**Note:** For a complete walkthrough of developing charts, see the upstream Helm chart [developer reference](https://helm.sh/docs/topics/chart_template_guide/). +>**Note:** For a complete walkthrough of developing charts, see the upstream Helm chart [developer reference](https://helm.sh/docs/chart_template_guide/). 1. Within the GitHub repo that you're using as your custom catalog, create a directory structure that mirrors the structure listed in [Chart Directory Structure](#chart-directory-structure).