Skip to content

Commit d9f0a45

Browse files
committed
fix link
1 parent 994a38b commit d9f0a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Trait solving is based around a few key ideas:
1717
Rust traits in terms of standard logical terms.
1818
- The [goals and clauses](./traits-goals-and-clauses.html) chapter
1919
describes the precise form of rules we use, and
20-
[lowering rules](./lowering-rules.html) gives the complete set of
20+
[lowering rules](./traits-lowering-rules.html) gives the complete set of
2121
lowering rules in a more reference-like form.
2222
- [Canonical queries](./traits-canonical-queries.html), which allow us
2323
to solve trait problems (like "is `Foo` implemented for the type

0 commit comments

Comments
 (0)