Fix link to the manual

This commit is contained in:
Aleksey Kladov 2020-02-17 14:04:32 +01:00
parent ee4e41cbea
commit 978bea2b31

View file

@ -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)."
);
}