summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-02 12:40:25 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-02 12:40:25 +0900
commit4e0af6c2b25667e01ce2faeb21e6838edad08e43 (patch)
treea1d4c4246f63c5474faff1957809bfb124e841de
parente51e1bcaece1b5f7fdc5aaafa3969924a28703f6 (diff)
downloadgitlab-ce-docs-mdl-rules-update-1.tar.gz
Fix examples in ci variables docdocs-mdl-rules-update-1
Examples were being hidden on docs.gitlab.com, so style was changed to make sure they render properly, as well as fixing a link
-rw-r--r--doc/ci/variables/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 2a92cfb9c10..c63b1e104ed 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -371,8 +371,8 @@ variables take precedence over those defined in `.gitlab-ci.yml`.
There are cases where some variables cannot be used in the context of a
`.gitlab-ci.yml` definition (for example under `script`). Read more about which variables are [not supported](where_variables_can_be_used.md).
-
-## Where variables can be used
+
+## Where variables can be used
Click [here](where_variables_can_be_used.md) for a section that describes where and how the different types of variables can be used.