From: Alex Crichton Date: Fri, 3 Feb 2017 22:14:36 +0000 (-0800) Subject: Update API doc URL for Cargo X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~173^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d941bea3d7e25efb7fae1672058d7832f60a8dd7;p=cargo.git Update API doc URL for Cargo Closes #3640 --- diff --git a/Cargo.toml b/Cargo.toml index da83c3f88..0cb4e934f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Yehuda Katz ", license = "MIT/Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" -documentation = "http://doc.crates.io/cargo" +documentation = "https://docs.rs/cargo" description = """ Cargo, a package manager for Rust. """