diff options
author | Evan Read <eread@gitlab.com> | 2018-12-17 22:36:15 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-12-17 22:36:15 +0000 |
commit | 735d24f368ccaa28667e480b3e20a4d555a62955 (patch) | |
tree | fccd468a61a4912daa23ef3dcd42576ef1c30e91 /doc/topics | |
parent | 6964e510534c1d08fd730918ba3b9581dbd679a6 (diff) | |
parent | 76a37456a899173c4cdcabec08764d95b66ad5be (diff) | |
download | gitlab-ce-735d24f368ccaa28667e480b3e20a4d555a62955.tar.gz |
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')
-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 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 |