From bc384d7e0df1ca4a747749beeed2addbf2b33165 Mon Sep 17 00:00:00 2001 From: Ahmad Iqbal Ali Date: Tue, 19 May 2020 14:23:21 +0200 Subject: [PATCH] fix custom chart dir structure link --- content/rancher/v2.x/en/catalog/tutorial/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/catalog/tutorial/_index.md b/content/rancher/v2.x/en/catalog/tutorial/_index.md index b8e6295742c..141cc544680 100644 --- a/content/rancher/v2.x/en/catalog/tutorial/_index.md +++ b/content/rancher/v2.x/en/catalog/tutorial/_index.md @@ -9,7 +9,7 @@ You can fill your custom catalogs with either Helm Charts or Rancher Charts, alt > 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). +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](../creating-apps/#chart-directory-structure). Rancher requires this directory structure, although `app-readme.md` and `questions.yml` are optional.