From 51f9c0a8d316fa3033d1920660634bd34a1a26c4 Mon Sep 17 00:00:00 2001 From: bitcp <7768468+bitcp@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:09:57 +0800 Subject: [PATCH 1/2] Add a URL fragment for exact jumping --- src/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.md b/src/tokens.md index 98f0a40454..ab90fccb16 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -869,7 +869,7 @@ r[lex.token.reserved-guards.edition2024] [Integer literal expressions]: expressions/literal-expr.md#integer-literal-expressions [keywords]: keywords.md [literal expressions]: expressions/literal-expr.md -[loop labels]: expressions/loop-expr.md +[loop labels]: expressions/loop-expr.md#loop-labels [macros]: macros-by-example.md [String continuation escapes]: expressions/literal-expr.md#string-continuation-escapes [syntax index]: syntax-index.md#operators-and-punctuation From 35646820cbc20ed99b49aa5bd69969361b2e1c1d Mon Sep 17 00:00:00 2001 From: bitcp <7768468+bitcp@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:17:25 +0800 Subject: [PATCH 2/2] Sync a URL with THE BOOK's chapter numbering, moving from 19 to 20 --- src/linkage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linkage.md b/src/linkage.md index 5ce8f6fd5a..0b275d72af 100644 --- a/src/linkage.md +++ b/src/linkage.md @@ -10,7 +10,7 @@ statically and dynamically. This section will explore the various methods to link crates together, and more information about native libraries can be found in the [FFI section of the book][ffi]. -[ffi]: ../book/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code +[ffi]: ../book/ch20-01-unsafe-rust.html#using-extern-functions-to-call-external-code r[link.type] In one session of compilation, the compiler can generate multiple artifacts