mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix link to the manual
This commit is contained in:
parent
ee4e41cbea
commit
978bea2b31
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
if (serverPath == null) {
|
||||
throw new Error(
|
||||
"Rust Analyzer Language Server is not available. " +
|
||||
"Please, ensure its [proper installation](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#vs-code)."
|
||||
"Please, ensure its [proper installation](https://rust-analyzer.github.io/manual.html#installation)."
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue