Skip to content

Commit 08464fa

Browse files
authored
Fix broken link to serde-json-core
1 parent 3085497 commit 08464fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/no-std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In particular, a dependency on `serde_json` always needs Serde built with std.
1919
If you need JSON support without a standard library, please use
2020
[`serde-json-core`] instead of `serde_json`.
2121

22-
[`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
22+
[`serde-json-core`]: https://crates.io/crates/serde-json-core
2323

2424
### Derive
2525

0 commit comments

Comments
 (0)