Skip to content

Commit

Permalink
Fix constants link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and carols10cents committed Nov 10, 2021
1 parent 1524fa8 commit 5c5dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirects/const-and-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static HELLO_WORLD: &str = "Hello, world!";
---

You can find the latest version about constants
[here](ch03-01-variables-and-mutability.html#differences-between-variables-and-constants),
[here](ch03-01-variables-and-mutability.html#constants),
and about statics
[here](ch19-01-unsafe-rust.html#accessing-or-modifying-a-mutable-static-variable).

Expand Down

0 comments on commit 5c5dbc5

Please sign in to comment.