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 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