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