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
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-03-29 12:25:49 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-03-29 12:25:49 +0300
commitf4d81536ac26f75e0aad248ad95c31c9e1f2680b (patch)
treec5a3449ae61bfb01c2f36f5fa765ac8b05ec21d1 /doc/ci/yaml
parent6ed2370b850ea6db22649ed32940acdc2010877b (diff)
Copy-edit documentation for variables expressions
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 2171da419d1..3382fbc2d12 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -349,7 +349,7 @@ deploy:
- $STAGING
```
-Learn more about variables expressions on [separate page][variables-expressions].
+Learn more about variables expressions on a separate page.
## `tags`
@@ -1568,4 +1568,3 @@ CI with various languages.
[ce-7447]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7447
[ce-12909]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12909
[schedules]: ../../user/project/pipelines/schedules.md
-[variables expressions]: ../variables#variables-expressions