From: Alex Crichton Date: Thu, 3 Mar 2016 21:09:52 +0000 (-0800) Subject: Update documentation link for API docs X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~14^2~101^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d41e83eebd7c8d7c4734a46e1244dfcac498b666;p=cargo.git Update documentation link for API docs The API docs for Cargo live at doc.crates.io/cargo, not doc.crates.io in general. --- diff --git a/Cargo.toml b/Cargo.toml index 55958b7b5..d13440bfe 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" +documentation = "http://doc.crates.io/cargo" description = """ Cargo, a package manager for Rust. """