From 2175dbba27508165462cd50bc0edd6816f5e0331 Mon Sep 17 00:00:00 2001 From: Arjun Aditya <73933669+nermalcat69@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:50:27 +0000 Subject: [PATCH] fix: better link (as its mentioned as "in the standard library documentation") --- src/ch02-00-guessing-game-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch02-00-guessing-game-tutorial.md b/src/ch02-00-guessing-game-tutorial.md index 5e27fb114d..cebdee1fe5 100644 --- a/src/ch02-00-guessing-game-tutorial.md +++ b/src/ch02-00-guessing-game-tutorial.md @@ -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