Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-12-18 01:36:15 +0300
committerEvan Read <eread@gitlab.com>2018-12-18 01:36:15 +0300
commit735d24f368ccaa28667e480b3e20a4d555a62955 (patch)
treefccd468a61a4912daa23ef3dcd42576ef1c30e91 /doc/topics/autodevops
parent6964e510534c1d08fd730918ba3b9581dbd679a6 (diff)
parent76a37456a899173c4cdcabec08764d95b66ad5be (diff)
Merge branch 'docs-customizing-autodevops' into 'master'
Fix anchor link to customizing AutoDevops yaml file See merge request gitlab-org/gitlab-ce!22962
Diffstat (limited to 'doc/topics/autodevops')
-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 7885cffd107..b41f401e14c 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -567,7 +567,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