projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabc5a8
)
Update documentation link for API docs
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 3 Mar 2016 21:09:52 +0000
(13:09 -0800)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 55958b7b52a4265efe403533df59e1b5e16030fd..d13440bfeb17ef858e0883fc4e25fa773a40016f 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-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.
"""