Update documentation link for API docs
authorAlex Crichton <alex@alexcrichton.com>
Thu, 3 Mar 2016 21:09:52 +0000 (13:09 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Mar 2016 21:09:52 +0000 (13:09 -0800)
The API docs for Cargo live at doc.crates.io/cargo, not doc.crates.io in
general.

Cargo.toml

index 55958b7b52a4265efe403533df59e1b5e16030fd..d13440bfeb17ef858e0883fc4e25fa773a40016f 100644 (file)
@@ -7,7 +7,7 @@ authors = ["Yehuda Katz <wycats@gmail.com>",
 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.
 """