From 29ffe46d7b0f97840af9a9f4189ae9ac57720dff Mon Sep 17 00:00:00 2001 From: opilarium Date: Sun, 21 May 2017 02:38:40 +0300 Subject: [PATCH] Docs link to docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f46453..5915da2 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