Skip to content

Commit 1f1ad3f

Browse files
author
Lukas Markeffsky
committed
fix links on new trait solver
1 parent 49c93f6 commit 1f1ad3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/trait-solving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This chapter describes how trait solving works with the new WIP solver located in
44
[`rustc_trait_selection/solve`][solve]. Feel free to also look at the docs for
5-
[the current solver](../traits/resolution.hmtl) and [the chalk solver](./chalk.html)
5+
[the current solver](../traits/resolution.html) and [the chalk solver](../traits/chalk.html)
66
can be found separately.
77

88
## Core concepts

0 commit comments

Comments
 (0)