diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-02-17 14:04:32 +0100 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-02-17 14:04:32 +0100 |
| commit | 978bea2b3110cf84defae37a56157b8b7016bd3d (patch) | |
| tree | fdcb6bda46f09e8f0ae3892dbc214463df18d6bf | |
| parent | ee4e41cbea8ef3758ccebd9ffb35c5290aebfceb (diff) | |
| download | rust-978bea2b3110cf84defae37a56157b8b7016bd3d.tar.gz rust-978bea2b3110cf84defae37a56157b8b7016bd3d.zip | |
Fix link to the manual
| -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 ece4883bd69..947d5eb9031 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)." ); } |
