Skip to content

Commit 7467531

Browse files
Michael-F-Bryanmark-i-m
authored andcommitted
Fixed a broken link
1 parent c919a89 commit 7467531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits-canonicalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ trait query: `?A: Foo<'static, ?B>`, where `?A` and `?B` are unbound.
4141
This query contains two unbound variables, but it also contains the
4242
lifetime `'static`. The trait system generally ignores all lifetimes
4343
and treats them equally, so when canonicalizing, we will *also*
44-
replace any [free lifetime](./background.html#free-vs-bound) with a
44+
replace any [free lifetime](./appendix-background.html#free-vs-bound) with a
4545
canonical variable. Therefore, we get the following result:
4646

4747
?0: Foo<'?1, ?2>

0 commit comments

Comments
 (0)