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