diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ To build rust-analyzer, you need: | |||
24 | * latest stable rust for language server itself | 24 | * latest stable rust for language server itself |
25 | * latest stable npm and VS Code for VS Code extension (`code` should be a path) | 25 | * latest stable npm and VS Code for VS Code extension (`code` should be a path) |
26 | 26 | ||
27 | For setup for other languages, see [./docs/users](./docs/users). | 27 | For setup for other languages, see [./docs/user](./docs/user). |
28 | 28 | ||
29 | ``` | 29 | ``` |
30 | # clone the repo | 30 | # clone the repo |
@@ -42,7 +42,7 @@ If you want to **contribute** to rust-analyzer or just curious about how things | |||
42 | under the hood, check the [./docs/dev](./docs/dev) folder. | 42 | under the hood, check the [./docs/dev](./docs/dev) folder. |
43 | 43 | ||
44 | If you want to **use** rust-analyzer's language server with your editor of | 44 | If you want to **use** rust-analyzer's language server with your editor of |
45 | choice, check [./docs/users](./docs/users) folder. It also contains some tips & tricks to help | 45 | choice, check [./docs/user](./docs/user) folder. It also contains some tips & tricks to help |
46 | you be more productive when using rust-analyzer. | 46 | you be more productive when using rust-analyzer. |
47 | 47 | ||
48 | ## Getting in touch | 48 | ## Getting in touch |