Skip to content

Commit

Permalink
Fix cargo doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and carols10cents committed Oct 19, 2023
1 parent 72187f5 commit 3dca2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ch02-00-guessing-game-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,8 @@ discusses structs and method syntax, and Chapter 6 explains how enums work.
[randcrate]: https://crates.io/crates/rand
[semver]: http://semver.org
[cratesio]: https://crates.io/
[doccargo]: http://doc.crates.io
[doccratesio]: http://doc.crates.io/crates-io.html
[doccargo]: https://doc.rust-lang.org/cargo/
[doccratesio]: https://doc.rust-lang.org/cargo/reference/publishing.html
[match]: ch06-02-match.html
[shadowing]: ch03-01-variables-and-mutability.html#shadowing
[parse]: ../std/primitive.str.html#method.parse
Expand Down

0 comments on commit 3dca2fc

Please sign in to comment.