mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 06:04:20 +00:00
Fixed label reference to json modification
This commit is contained in:
parent
3edbf70a40
commit
3abeb1a0f3
1 changed files with 2 additions and 2 deletions
|
@ -48,5 +48,5 @@ assert_eq!(parsed, instantiated);
|
|||
MIT/Apache-2.0
|
||||
|
||||
<!-- Links -->
|
||||
[json-badge]: https://img.shields.io/crates/v/rustc-serialize.svg
|
||||
[json]: http://json.rs/doc/json/?label=json
|
||||
[json-badge]: https://img.shields.io/crates/v/rustc-serialize.svg?label=json
|
||||
[json]: http://json.rs/doc/json/
|
||||
|
|
Loading…
Reference in a new issue