mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
doc: Fix dead manual links
This commit is contained in:
parent
794d478eb1
commit
c7cf6bf7c3
10 changed files with 26 additions and 26 deletions
|
|
@ -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).",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue