Fix constants link.

This commit is contained in:
Eric Huss 2021-11-09 10:39:19 -08:00 committed by Carol (Nichols || Goulding)
parent 1524fa89fb
commit 5c5dbc5b19
1 changed files with 1 additions and 1 deletions

View File

@ -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).