diff options
-rw-r--r-- | editors/code/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index ece4883bd..947d5eb90 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts | |||
@@ -16,7 +16,7 @@ export async function activate(context: vscode.ExtensionContext) { | |||
16 | if (serverPath == null) { | 16 | if (serverPath == null) { |
17 | throw new Error( | 17 | throw new Error( |
18 | "Rust Analyzer Language Server is not available. " + | 18 | "Rust Analyzer Language Server is not available. " + |
19 | "Please, ensure its [proper installation](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#vs-code)." | 19 | "Please, ensure its [proper installation](https://rust-analyzer.github.io/manual.html#installation)." |
20 | ); | 20 | ); |
21 | } | 21 | } |
22 | 22 | ||