diff --git a/src/basic-syntax/static-and-const.md b/src/basic-syntax/static-and-const.md index 4576ea19..dbe359c8 100644 --- a/src/basic-syntax/static-and-const.md +++ b/src/basic-syntax/static-and-const.md @@ -36,4 +36,4 @@ fn main() { } ``` -We will look at mutating static data in the chapter on Unsafe Rust. +We will look at mutating static data in the [chapter on Unsafe Rust](../unsafe.md).