diff --git a/serde_core/crates-io.md b/serde_core/crates-io.md index 97fda0e3..e9eb77a0 100644 --- a/serde_core/crates-io.md +++ b/serde_core/crates-io.md @@ -12,7 +12,7 @@ Serde Core does _not_ offer any convenience functions for automatically implemen You may be looking for: -- [API documentation](https://docs.rs/serde_core) +- [API documentation](https://docs.rs/serde) - [An overview of Serde](https://serde.rs/) - [Data formats supported by Serde](https://serde.rs/#data-formats) - [Examples](https://serde.rs/examples.html) diff --git a/serde_core/src/lib.rs b/serde_core/src/lib.rs index 5c7bc6fe..bef42302 100644 --- a/serde_core/src/lib.rs +++ b/serde_core/src/lib.rs @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////// // Serde types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/serde_core/1.0.219")] +#![doc(html_root_url = "https://docs.rs/serde/1.0.219")] // Support using Serde without the standard library! #![cfg_attr(not(feature = "std"), no_std)] // Show which crate feature enables conditionally compiled APIs in documentation.