doc: Fix dead manual links

This commit is contained in:
bbb651 2025-04-20 19:45:44 +03:00
parent 794d478eb1
commit c7cf6bf7c3
10 changed files with 26 additions and 26 deletions

View file

@ -15,7 +15,7 @@ export async function bootstrap(
if (!path) {
throw new Error(
"rust-analyzer Language Server is not available. " +
"Please, ensure its [proper installation](https://rust-analyzer.github.io/manual.html#installation).",
"Please, ensure its [proper installation](https://rust-analyzer.github.io/book/installation.html).",
);
}