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:
authorebuildy <thomasdecaux@ebuildy.com>2016-11-19 17:36:43 +0300
committerebuildy <thomasdecaux@ebuildy.com>2016-11-19 17:36:43 +0300
commit5aa16620738f608589afb06a3db155405738652c (patch)
treecac811bf9465171dd3b645d1db09f3576c0f88e0 /doc/ci/environments.md
parentcf0283c8935986c7182e3b22610eba4f0fb485a1 (diff)
Fix wrong link
Diffstat (limited to 'doc/ci/environments.md')
-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