mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 11:33:09 +00:00
Fix crate badge to have crate name
This commit is contained in:
parent
46c755db03
commit
74a0e0269d
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ MIT/Apache-2.0
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg
|
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder
|
||||||
[byteorder]: https://docs.rs/byteorder
|
[byteorder]: https://docs.rs/byteorder
|
||||||
[error-docs]: https://doc.rust-lang.org/book/error-handling.html
|
[error-docs]: https://doc.rust-lang.org/book/error-handling.html
|
||||||
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain
|
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain
|
||||||
|
|
|
@ -53,5 +53,5 @@ fn main() { run().unwrap() }
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg
|
[byteorder-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=byteorder
|
||||||
[byteorder]: https://docs.rs/byteorder
|
[byteorder]: https://docs.rs/byteorder
|
||||||
|
|
Loading…
Reference in a new issue