summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathanbietz <nate@voicedisplays.com>2019-07-09 07:29:01 +0000
committernathanbietz <nate@voicedisplays.com>2019-07-09 07:29:01 +0000
commita0f17912cfb0ba393d8dfc76ed3c121746401890 (patch)
tree4adbf032ae9de5e35237769a1bd23cd8956ffd30
parentc7f7f81c20b84c47af9da22a4e5dc306dc0f00da (diff)
downloadgitlab-ce-a0f17912cfb0ba393d8dfc76ed3c121746401890.tar.gz
Apply suggestion to doc/topics/autodevops/index.md
-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 2810523d081..b32e2c2ede7 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -316,7 +316,7 @@ If a project's repository contains a `Dockerfile`, Auto Build will use
If you are also using Auto Review Apps and Auto Deploy and choose to provide
your own `Dockerfile`, make sure you expose your application to port
`5000` as this is the port assumed by the
-[default Helm chart](https://gitlab.com/gitlab-org/charts/auto-deploy-app). Alternatively you can override the default values by [customizing the Auto Deploy helm chart](https://docs.gitlab.com/ee/topics/autodevops/index.html#custom-helm-chart)
+[default Helm chart](https://gitlab.com/gitlab-org/charts/auto-deploy-app). Alternatively you can override the default values by [customizing the Auto Deploy helm chart](#custom-helm-chart)
#### Auto Build using Heroku buildpacks