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:
authorMarcel Amirault <ravlen@gmail.com>2019-05-05 18:06:37 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-05 18:06:37 +0300
commit339d0a5b9259a27da77ef090c46d180314f624aa (patch)
treeabbb6fc68272f0c0bafac7c30bd3790e540dc24b /doc/ci/environments.md
parent4eac38d48ca4731e91b9d35ef2ac4e90214f4e59 (diff)
Docs: Merge EE doc/ci to CE
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 6b4d4f1b9d4..d5e6fbe8113 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -669,7 +669,7 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/*
Some GitLab [Enterprise Edition](https://about.gitlab.com/pricing/) features can
behave differently for each environment. For example, you can
-[create a secret variable to be injected only into a production environment](https://docs.gitlab.com/ee/ci/variables/README.md#limiting-environment-scopes-of-environment-variables-premium).
+[create a secret variable to be injected only into a production environment](variables/README.md#limiting-environment-scopes-of-environment-variables-premium).
In most cases, these features use the _environment specs_ mechanism, which offers
an efficient way to implement scoping within each environment group.