From b2ae19b5fde8d3d63980887c68ee5eafe7ab2303 Mon Sep 17 00:00:00 2001 From: MaschitaG <121792732+MaschitaG@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:25:39 +0100 Subject: [PATCH] Update static-and-const.md --- src/basic-syntax/static-and-const.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).