From ef5a0de38430e8cd5aa9871c6bb8ddfabf30f611 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 18 Dec 2022 11:45:23 -0800 Subject: [PATCH] Point documentation links to docs.rs instead of docs.serde.rs --- README.md | 2 +- crates-io.md | 2 +- serde/Cargo.toml | 2 +- serde_test/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07453ac1e..c3f6575ef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You may be looking for: - [Data formats supported by Serde](https://serde.rs/#data-formats) - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) - [Examples](https://serde.rs/examples.html) -- [API documentation](https://docs.serde.rs/serde/) +- [API documentation](https://docs.rs/serde) - [Release notes](https://github.com/serde-rs/serde/releases) ## Serde in action diff --git a/crates-io.md b/crates-io.md index b57bc5fd0..6e0ec280c 100644 --- a/crates-io.md +++ b/crates-io.md @@ -10,7 +10,7 @@ You may be looking for: - [Data formats supported by Serde](https://serde.rs/#data-formats) - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) - [Examples](https://serde.rs/examples.html) -- [API documentation](https://docs.serde.rs/serde/) +- [API documentation](https://docs.rs/serde) - [Release notes](https://github.com/serde-rs/serde/releases) ## Serde in action diff --git a/serde/Cargo.toml b/serde/Cargo.toml index e720eaea5..76d6b5ac7 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Erick Tryzelaar ", "David Tolnay ", "David Tolnay