about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorHariharan R <hariharanrangasamy@gmail.com>2016-07-02 20:36:41 +0530
committerGitHub <noreply@github.com>2016-07-02 20:36:41 +0530
commitbdea7054653237c06be48643430e318dedb61ca5 (patch)
tree07e76e9895b97a9e5cc903acba963c53bfc13695 /src/doc
parent8a50e295fa2f3e550e1c9c19e1a9cadb6323ff40 (diff)
downloadrust-bdea7054653237c06be48643430e318dedb61ca5.tar.gz
rust-bdea7054653237c06be48643430e318dedb61ca5.zip
update cargo doc link
updated proper link of cargo doc that contains details about list of options available in semantic versioninig for the dependencies section in Cargo.toml
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/book/guessing-game.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/guessing-game.md b/src/doc/book/guessing-game.md
index c759ff9bdbd..6ce75efd103 100644
--- a/src/doc/book/guessing-game.md
+++ b/src/doc/book/guessing-game.md
@@ -370,7 +370,7 @@ We could also use a range of versions.
 [Cargo’s documentation][cargodoc] contains more details.
 
 [semver]: http://semver.org
-[cargodoc]: http://doc.crates.io/crates-io.html
+[cargodoc]: http://doc.crates.io/specifying-dependencies.html
 
 Now, without changing any of our code, let’s build our project: