Skip to content

Commit

Permalink
fix: better link (as its mentioned as "in the standard library docume…
Browse files Browse the repository at this point in the history
…ntation")
  • Loading branch information
nermalcat69 committed Nov 30, 2023
1 parent 71352de commit 2175dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch02-00-guessing-game-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ types, and functions, and shows how to use them in Rust. Chapter 4 explores
ownership, a feature that makes Rust different from other languages. Chapter 5
discusses structs and method syntax, and Chapter 6 explains how enums work.

[prelude]: ../std/prelude/index.html
[prelude]: ../std/index.html
[variables-and-mutability]: ch03-01-variables-and-mutability.html#variables-and-mutability
[comments]: ch03-04-comments.html
[string]: ../std/string/struct.String.html
Expand Down

0 comments on commit 2175dbb

Please sign in to comment.