diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-19 18:25:58 +0000 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-11-19 19:28:25 +0000 |
commit | 36a6144b3c66c08b6536c846b2f13e53ce17cdb2 (patch) | |
tree | 5de40c18ef3636393c6ebceaa815f328a63c5eb3 /doc | |
parent | ce06b5025fcd949c5d9a324d00946abb151fa4e6 (diff) | |
download | gitlab-ce-36a6144b3c66c08b6536c846b2f13e53ce17cdb2.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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/environments.md | 2 |
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 |