From 1f1ad3f630159afa3a38f9e03acae7f1df780c9c Mon Sep 17 00:00:00 2001 From: Lukas Markeffsky <@> Date: Thu, 2 Feb 2023 22:42:18 +0100 Subject: [PATCH] fix links on new trait solver --- src/solve/trait-solving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solve/trait-solving.md b/src/solve/trait-solving.md index 4b78a21e1..94d1d895e 100644 --- a/src/solve/trait-solving.md +++ b/src/solve/trait-solving.md @@ -2,7 +2,7 @@ This chapter describes how trait solving works with the new WIP solver located in [`rustc_trait_selection/solve`][solve]. Feel free to also look at the docs for -[the current solver](../traits/resolution.hmtl) and [the chalk solver](./chalk.html) +[the current solver](../traits/resolution.html) and [the chalk solver](../traits/chalk.html) can be found separately. ## Core concepts