Skip to content

Commit 3eb2b8c

Browse files
authored
Merge pull request #2154 from bitcp/Update-two-URLs
Update two URLs
2 parents 38c7f78 + 3564682 commit 3eb2b8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/linkage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ statically and dynamically. This section will explore the various methods to
1010
link crates together, and more information about native libraries can be
1111
found in the [FFI section of the book][ffi].
1212

13-
[ffi]: ../book/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code
13+
[ffi]: ../book/ch20-01-unsafe-rust.html#using-extern-functions-to-call-external-code
1414

1515
r[link.type]
1616
In one session of compilation, the compiler can generate multiple artifacts

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ r[lex.token.reserved-guards.edition2024]
869869
[Integer literal expressions]: expressions/literal-expr.md#integer-literal-expressions
870870
[keywords]: keywords.md
871871
[literal expressions]: expressions/literal-expr.md
872-
[loop labels]: expressions/loop-expr.md
872+
[loop labels]: expressions/loop-expr.md#loop-labels
873873
[macros]: macros-by-example.md
874874
[String continuation escapes]: expressions/literal-expr.md#string-continuation-escapes
875875
[syntax index]: syntax-index.md#operators-and-punctuation

0 commit comments

Comments
 (0)