Skip to content

Commit d5d8040

Browse files
committed
Update the badges
1 parent 6f740e9 commit d5d8040

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# netlib-src [![Version][version-img]][version-url] [![Status][status-img]][status-url]
1+
# netlib-src [![Package][package-img]][package-url] [![Build][build-img]][build-url]
22

33
The package provides [BLAS][1] and [LAPACK][2] using the [Netlib][3]
44
implementation. By default, the package will build and use a bundled Netlib,
@@ -32,7 +32,7 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
3232
[6]: https://github.com/stainless-steel/blas
3333
[7]: https://github.com/stainless-steel/lapack
3434

35-
[status-img]: https://travis-ci.org/cmr/netlib-src.svg?branch=master
36-
[status-url]: https://travis-ci.org/cmr/netlib-src
37-
[version-img]: https://img.shields.io/crates/v/netlib-src.svg
38-
[version-url]: https://crates.io/crates/netlib-src
35+
[build-img]: https://travis-ci.org/cmr/netlib-src.svg?branch=master
36+
[build-url]: https://travis-ci.org/cmr/netlib-src
37+
[package-img]: https://img.shields.io/crates/v/netlib-src.svg
38+
[package-url]: https://crates.io/crates/netlib-src

0 commit comments

Comments
 (0)