diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-09 13:10:16 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-11 10:29:15 +0100 |
commit | 28b11963b1613f420aecbee6718d753a6f9733a9 (patch) | |
tree | 832caefbcff0e4a7a5fb5ae3e2304e26c24cfc7f /doc/ci/quick_start | |
parent | ee1bee5834929f893ec560ddbd3947ef7caaadae (diff) | |
download | gitlab-ce-28b11963b1613f420aecbee6718d753a6f9733a9.tar.gz |
Move builds badge implementation to new badges controller
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r-- | doc/ci/quick_start/README.md | 2 |
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 |