diff --git a/Cargo.toml b/Cargo.toml index edfa1ad..3420a9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/log" -documentation = "https://doc.rust-lang.org/log" +documentation = "https://docs.rs/log" homepage = "https://github.com/rust-lang/log" description = """ A lightweight logging facade for Rust