From 978bea2b3110cf84defae37a56157b8b7016bd3d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 17 Feb 2020 14:04:32 +0100 Subject: [PATCH] Fix link to the manual --- editors/code/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index ece4883bd6..947d5eb903 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -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)." ); }