summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <kuahyeow@gmail.com>2018-07-16 14:10:41 +1200
committerThong Kuah <kuahyeow@gmail.com>2018-07-16 14:11:29 +1200
commit34ac6806ece4e086ead5fd67224d5a52c1eb1579 (patch)
treec47a12fcb394d9e81d4081d9d2936d24d727c26b
parentfabf6a5634fa5d3c585d01a0d0dfac6c39dcbe8e (diff)
downloadgitlab-ce-49262-fix-autodevops-link-to-default-chart-docs.tar.gz
Fix link in help doc which was linking to old mono-repo, now in its own repo49262-fix-autodevops-link-to-default-chart-docs
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index d04829eaeb8..de1d366adc3 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -527,7 +527,7 @@ repo or by specifying a project variable:
- **Bundled chart** - If your project has a `./chart` directory with a `Chart.yaml`
file in it, Auto DevOps will detect the chart and use it instead of the [default
- one](https://gitlab.com/charts/charts.gitlab.io/tree/master/charts/auto-deploy-app).
+ one](https://gitlab.com/charts/auto-deploy-app).
This can be a great way to control exactly how your application is deployed.
- **Project variable** - Create a [project variable](../../ci/variables/README.md#secret-variables)
`AUTO_DEVOPS_CHART` with the URL of a custom chart to use.