diff --git a/serde/src/lib.rs b/serde/src/lib.rs index b573c5b9..96064ecb 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -5,7 +5,7 @@ //! handshake protocol between serializers and serializees can be completely optimized away, //! leaving serde to perform roughly the same speed as a hand written serializer for a specific //! type. -#![doc(html_root_url="http://erickt.github.io/rust-serde")] +#![doc(html_root_url="https://serde-rs.github.io/serde/serde")] #![cfg_attr(feature = "nightly", feature(collections, core, enumset, nonzero, step_trait, vecmap, zero_one))] extern crate num; diff --git a/serde_codegen/Cargo.toml b/serde_codegen/Cargo.toml index 08c68520..91d519e4 100644 --- a/serde_codegen/Cargo.toml +++ b/serde_codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework" -repository = "https://github.com/erickt/rust-serde" +repository = "https://github.com/serde-rs/serde" build = "build.rs" [features] diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index fc2d9e40..ffb1ca48 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework" -repository = "https://github.com/erickt/rust-serde" +repository = "https://github.com/serde-rs/serde" [lib] name = "serde_macros"