summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-19 18:25:58 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-19 18:25:58 +0000
commitecef3da450ba5ba06847579d01ef12a03e143af9 (patch)
tree7cdb738a4ceb62efd763e4be65e8e2fe4700e2aa
parent18a646c38808c645773a4ea3eb2ddebb273cf6bc (diff)
parent5aa16620738f608589afb06a3db155405738652c (diff)
downloadgitlab-ce-ecef3da450ba5ba06847579d01ef12a03e143af9.tar.gz
Merge branch 'patch-7' into 'master'
Fix wrong link Not a big one, just fix a wrong link to internal page. See merge request !7597
-rw-r--r--doc/ci/environments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 096c567c992..9dd84a5ff81 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -235,7 +235,7 @@ will help us achieve that.
As the name suggests, it is possible to create environments on the fly by just
declaring their names dynamically in `.gitlab-ci.yml`. Dynamic environments is
-the basis of [Review apps](review_apps.md).
+the basis of [Review apps](review_apps/index.md).
GitLab Runner exposes various [environment variables][variables] when a job runs,
and as such, you can use them as environment names. Let's add another job in