|
5 | 5 | </a>
|
6 | 6 | </div>
|
7 | 7 |
|
| 8 | +Documentation: |
| 9 | +[![Documentation][docs-img]][docs-url] |
| 10 | + |
| 11 | +[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg "Documentation (version 1)" |
| 12 | +[docs-url]: https://docs.julialang.org |
| 13 | + |
| 14 | +Continuous integration: |
| 15 | +[![Continuous integration (release-1.6)][buildkite-release-1.6-img]][buildkite-release-1.6-url] |
| 16 | + |
| 17 | +<!-- |
| 18 | +To change the badge to point to a different pipeline, it is not sufficient to simply change the `?branch=` part. |
| 19 | +You need to go to the Buildkite website and get the SVG URL for the correct pipeline. |
| 20 | +--> |
| 21 | +[buildkite-release-1.6-img]: https://badge.buildkite.com/d1c043d03112bfcd7704f233a4f71d16e6fd46bdd042b4e8e4.svg?branch=release-1.6 "Continuous integration (release-1.6)" |
| 22 | +[buildkite-release-1.6-url]: https://buildkite.com/julialang/julia-release-1-dot-6 |
| 23 | + |
8 | 24 | Code coverage:
|
9 |
| -[![coveralls][coveralls-img]](https://coveralls.io/r/JuliaLang/julia?branch=master) |
10 |
| -[![codecov][codecov-img]](https://codecov.io/github/JuliaLang/julia?branch=master) |
| 25 | +[![Code coverage (Coveralls)][coveralls-img]][coveralls-url] |
| 26 | +[![Code coverage (Codecov)][codecov-img]][codecov-url] |
11 | 27 |
|
12 |
| -Documentation: |
13 |
| -[![version 1][docs-img]](https://docs.julialang.org) |
| 28 | +[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls "Code coverage (Coveralls)" |
| 29 | +[coveralls-url]: https://coveralls.io/r/JuliaLang/julia?branch=master |
14 | 30 |
|
15 |
| -[travis-img]: https://img.shields.io/travis/JuliaLang/julia/master.svg?label=Linux+/+macOS |
16 |
| -[appveyor-img]: https://img.shields.io/appveyor/ci/JuliaLang/julia/master.svg?label=Windows |
17 |
| -[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls |
18 |
| -[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov |
19 |
| -[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg |
| 31 | +[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov "Code coverage (Codecov)" |
| 32 | +[codecov-url]: https://codecov.io/github/JuliaLang/julia?branch=master |
20 | 33 |
|
21 | 34 | ## The Julia Language
|
22 | 35 |
|
|
0 commit comments