Update badges (#189)
Point the build status badges to point to Github Actions Add badges for: - Downloads - License Fix formatting to make updating easier Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
parent
cadf11ecce
commit
b78e2e846d
18
README.md
18
README.md
@ -1,10 +1,18 @@
|
||||
# getrandom
|
||||
|
||||
[](https://travis-ci.org/rust-random/getrandom)
|
||||
[](https://ci.appveyor.com/project/rust-random/getrandom)
|
||||
[](https://crates.io/crates/getrandom)
|
||||
[](https://docs.rs/getrandom)
|
||||
[](https://deps.rs/repo/github/rust-random/getrandom)
|
||||
[![Build Status]][GitHub Actions] [![Crate]][crates.io] [![Documentation]][docs.rs] [![Dependency Status]][deps.rs] [![Downloads]][crates.io] [![License]][LICENSE-MIT]
|
||||
|
||||
[GitHub Actions]: https://github.com/rust-random/getrandom/actions?query=workflow:Tests+branch:master
|
||||
[Build Status]: https://github.com/rust-random/getrandom/workflows/Tests/badge.svg?branch=master
|
||||
[crates.io]: https://crates.io/crates/getrandom
|
||||
[Crate]: https://img.shields.io/crates/v/getrandom
|
||||
[docs.rs]: https://docs.rs/getrandom
|
||||
[Documentation]: https://docs.rs/getrandom/badge.svg
|
||||
[deps.rs]: https://deps.rs/repo/github/rust-random/getrandom
|
||||
[Dependency Status]: https://deps.rs/repo/github/rust-random/getrandom/status.svg
|
||||
[Downloads]: https://img.shields.io/crates/d/getrandom
|
||||
[LICENSE-MIT]: https://raw.githubusercontent.com/rust-random/getrandom/master/LICENSE-MIT
|
||||
[License]: https://img.shields.io/crates/l/getrandom
|
||||
|
||||
|
||||
A Rust library for retrieving random data from (operating) system source. It is
|
||||
|
Loading…
x
Reference in New Issue
Block a user