summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-09 13:10:16 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-11 10:29:15 +0100
commit28b11963b1613f420aecbee6718d753a6f9733a9 (patch)
tree832caefbcff0e4a7a5fb5ae3e2304e26c24cfc7f /doc/ci
parentee1bee5834929f893ec560ddbd3947ef7caaadae (diff)
downloadgitlab-ce-28b11963b1613f420aecbee6718d753a6f9733a9.tar.gz
Move builds badge implementation to new badges controller
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/quick_start/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index 6598843049e..ae7b760fa67 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -189,7 +189,7 @@ GitLab, such as **Commits** and **Merge Requests**.
You can access a builds badge image using following link:
```
-http://example.gitlab.com/namespace/project/builds/status/branch/badge.svg
+http://example.gitlab.com/namespace/project/badges/branch/build.svg
```
## Next steps