From 1824fb0603c798ec467ea3529570031e7dbb2986 Mon Sep 17 00:00:00 2001
From: Florian <gitlab.com@the-compiler.org>
Date: Tue, 5 Apr 2016 15:20:58 +0000
Subject: [PATCH] Fix broken link in CI quickstart docs

The space between the [label] and the (link) caused it to be interpreted literally.
---
 doc/ci/quick_start/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index 9aba4326e11..aae9ccae1d3 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -212,8 +212,8 @@ If you want to receive e-mail notifications about the result status of the
 builds, you should explicitly enable the **Builds Emails** service under your
 project's settings.
 
-For more information read the [Builds emails service documentation]
-(../../project_services/builds_emails.md).
+For more information read the
+[Builds emails service documentation](../../project_services/builds_emails.md).
 
 ## Builds badge
 
-- 
GitLab