Skip to content

Commit 592a55b

Browse files
committed
Remove json.rs links
1 parent b8cf9b5 commit 592a55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Parse and serialize [JSON](http://json.org/) with ease.
1010

1111
**[Changelog](https://github.com/maciejhirsz/json-rust/releases) -**
12-
**[Complete Documentation](http://json.rs/doc/json/) -**
12+
**[Complete Documentation](https://docs.rs/json/) -**
1313
**[Cargo](https://crates.io/crates/json) -**
1414
**[Repository](https://github.com/maciejhirsz/json-rust)**
1515

@@ -119,7 +119,7 @@ crate. It is definitely one of them now.
119119

120120
While this crate doesn't provide a way to parse JSON to native Rust structs, it does a
121121
lot to optimize its performance for DOM parsing, stringifying and manipulation. It does
122-
[very well in benchmarks](http://json.rs/), in some cases it
122+
[very well in benchmarks](https://github.com/serde-rs/json-benchmark), in some cases it
123123
can even outperform parsing to structs.
124124

125125
This crate implements the standard according to the [

0 commit comments

Comments
 (0)