about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-07-06 19:13:07 -0400
committerGitHub <noreply@github.com>2016-07-06 19:13:07 -0400
commit05806aed66933dd2eceb98fea9a988ce801a2f9f (patch)
tree45ad3577d3c8fa0749e528429377333eddf22635
parent92c0ab01b14adbb8271504b647879474c2beb436 (diff)
parentbdea7054653237c06be48643430e318dedb61ca5 (diff)
downloadrust-05806aed66933dd2eceb98fea9a988ce801a2f9f.tar.gz
rust-05806aed66933dd2eceb98fea9a988ce801a2f9f.zip
Rollup merge of #34615 - rdotdk:master, r=Manishearth
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
-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: