summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2016-08-25 21:23:23 +0000
committerElan Ruusamäe <glen@delfi.ee>2016-08-26 14:45:41 +0300
commit40884010ad48c83a91ece50c17eaa78f3c7c9a6c (patch)
tree181e878d303dd484a1bcb076c3b17678415cc891
parent1bf2fe276ff084d3b2e0860710ec115a317dd9fc (diff)
downloadgitlab-ce-40884010ad48c83a91ece50c17eaa78f3c7c9a6c.tar.gz
doc: fix (batches) being treated as link reference rather than text
-rw-r--r--doc/ci/pipelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md
index 20cd88c8d20..ca9b986a060 100644
--- a/doc/ci/pipelines.md
+++ b/doc/ci/pipelines.md
@@ -5,7 +5,7 @@ Introduced in GitLab 8.8.
## Pipelines
-A pipeline is a group of [builds] that get executed in [stages] (batches). All
+A pipeline is a group of [builds] that get executed in [stages] \(batches). All
of the builds in a stage are executed in parallel (if there are enough
concurrent [runners]), and if they all succeed, the pipeline moves on to the
next stage. If one of the builds fails, the next stage is not (usually)