summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-04-02 02:14:00 +0000
committerEvan Read <eread@gitlab.com>2019-04-02 02:14:00 +0000
commitcde8456cd433c258e9100fe33f10f62a3b32ee4e (patch)
tree1fe9313a20cfdd7b5b5680a0eb029bb7d3f0acd0
parent34f9dac31fd6a4ffe2998f2f9bbc97a4db1442fa (diff)
parentf0ee57b9dac16739bbb987090568f8903bad648f (diff)
downloadgitlab-ce-cde8456cd433c258e9100fe33f10f62a3b32ee4e.tar.gz
Merge branch 'docs-anchors-17' into 'master'
Docs: Fix anchor to deprecated variables doc See merge request gitlab-org/gitlab-ce!26788
-rw-r--r--doc/ci/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 5fe6c78701c..913e9d4d789 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -120,7 +120,7 @@ See also the [Why CI/CD?](https://docs.google.com/presentation/d/1OGgk2Tcxbpl7DJ
As GitLab CI/CD has evolved, certain breaking changes have been necessary. These are:
-- [CI variables renaming for GitLab 9.0](variables/README.md#gitlab-90-renaming). Read about the
+- [CI variables renaming for GitLab 9.0](variables/deprecated_variables.md#gitlab-90-renamed-variables). Read about the
deprecated CI variables and what you should use for GitLab 9.0+.
- [New CI job permissions model](../user/project/new_ci_build_permissions_model.md).
See what changed in GitLab 8.12 and how that affects your jobs.