Skip to content

Commit 978bea2

Browse files
committed
Fix link to the manual
1 parent ee4e41c commit 978bea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function activate(context: vscode.ExtensionContext) {
1616
if (serverPath == null) {
1717
throw new Error(
1818
"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)."
2020
);
2121
}
2222

0 commit comments

Comments
 (0)