diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-18 17:35:16 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-18 17:35:16 +0000 |
commit | 1227a1b239ae0f4c858eb47ac7cc816cd5788246 (patch) | |
tree | b7034193c37339163f67d7a91c63c58f59e3f234 /doc | |
parent | 43493ecac1740a9a0339052585c88cd34130bd6a (diff) | |
parent | 1824fb0603c798ec467ea3529570031e7dbb2986 (diff) | |
download | gitlab-ce-1227a1b239ae0f4c858eb47ac7cc816cd5788246.tar.gz |
Merge branch 'patch-1' into 'master'
Fix broken link in CI quickstart docs
The newline between the `[label]` and the `(link)` caused it to be interpreted literally: http://doc.gitlab.com/ce/ci/quick_start/README.html
See merge request !3541
Diffstat (limited to 'doc')
-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 6a42a935abd..386b8e29fcf 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 |