diff options
author | David Planella <dplanella@gitlab.com> | 2018-11-11 05:34:16 +0000 |
---|---|---|
committer | David Planella <dplanella@gitlab.com> | 2018-11-11 05:34:16 +0000 |
commit | 76a37456a899173c4cdcabec08764d95b66ad5be (patch) | |
tree | 3c6eb194b7273f2dc482c3374d100ff1e1ed94f5 | |
parent | 4aa41d07e16ca03f5f56b7cc5c136d86d51666c2 (diff) | |
download | gitlab-ce-docs-customizing-autodevops.tar.gz |
Fix anchor link to customizing AutoDevops .yaml filedocs-customizing-autodevops
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 96e788666a1..088518644e0 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -551,7 +551,7 @@ To view the metrics, open the While Auto DevOps provides great defaults to get you started, you can customize almost everything to fit your needs; from custom [buildpacks](#custom-buildpacks), to [`Dockerfile`s](#custom-dockerfile), [Helm charts](#custom-helm-chart), or -even copying the complete [CI/CD configuration](#customizing-gitlab-ci-yml) +even copying the complete [CI/CD configuration](#customizing-gitlab-ciyml) into your project to enable staging and canary deployments, and more. ### Custom buildpacks |