diff options
author | Florian <gitlab.com@the-compiler.org> | 2016-04-05 15:20:58 +0000 |
---|---|---|
committer | Florian <gitlab.com@the-compiler.org> | 2016-04-05 15:20:58 +0000 |
commit | 1824fb0603c798ec467ea3529570031e7dbb2986 (patch) | |
tree | b1ef557f72a1559d0533023526c3d7f249910957 | |
parent | 59466a478038210113b21ffa40530799dcdeed40 (diff) | |
download | gitlab-ce-1824fb0603c798ec467ea3529570031e7dbb2986.tar.gz |
Fix broken link in CI quickstart docs
The space between the [label] and the (link) caused it to be interpreted literally.
-rw-r--r-- | doc/ci/quick_start/README.md | 4 |
1 files 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 |