Skip to content

Commit 05806ae

Browse files
authored
Rollup merge of rust-lang#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
2 parents 92c0ab0 + bdea705 commit 05806ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/guessing-game.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ We could also use a range of versions.
370370
[Cargo’s documentation][cargodoc] contains more details.
371371

372372
[semver]: http://semver.org
373-
[cargodoc]: http://doc.crates.io/crates-io.html
373+
[cargodoc]: http://doc.crates.io/specifying-dependencies.html
374374

375375
Now, without changing any of our code, let’s build our project:
376376

0 commit comments

Comments
 (0)