Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/main.ts')
| -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 7049a2c1f6..9ae20ddc4a 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -316,7 +316,7 @@ async function getServer( "You need to manually clone the rust-analyzer repository and " + "run `cargo xtask install --server` to build the language server from sources. " + "If you feel that your platform should be supported, please create an issue " + - "about that [here](https://github.com/rust-analyzer/rust-analyzer/issues) and we " + + "about that [here](https://github.com/rust-lang/rust-analyzer/issues) and we " + "will consider it." ); return undefined; |