diff --git a/README.md b/README.md index 82aa5046..77de3a4a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You may be looking for: - [An overview of Serde](https://serde.rs/) - [Data formats supported by Serde](https://serde.rs/#data-formats) -- [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/codegen.html) +- [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) - [Examples](https://serde.rs/examples.html) - [API documentation](https://docs.serde.rs/serde/) - [Release notes](https://github.com/serde-rs/serde/releases) diff --git a/crates-io.md b/crates-io.md index 9facdbed..d63c4ba9 100644 --- a/crates-io.md +++ b/crates-io.md @@ -8,7 +8,7 @@ You may be looking for: - [An overview of Serde](https://serde.rs/) - [Data formats supported by Serde](https://serde.rs/#data-formats) -- [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/codegen.html) +- [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) - [Examples](https://serde.rs/examples.html) - [API documentation](https://docs.serde.rs/serde/) - [Release notes](https://github.com/serde-rs/serde/releases) diff --git a/serde_derive/Cargo.toml b/serde_derive/Cargo.toml index 3c1c8005..fa2ef056 100644 --- a/serde_derive/Cargo.toml +++ b/serde_derive/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" homepage = "https://serde.rs" repository = "https://github.com/serde-rs/serde" -documentation = "https://serde.rs/codegen.html" +documentation = "https://serde.rs/derive.html" keywords = ["serde", "serialization", "no_std"] readme = "crates-io.md" include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]