From 505bd45bcc44ee58090e514f46cbe884924e3574 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 20 Mar 2019 12:24:12 +0300 Subject: fix links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7debf7c3b..638804632 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To build rust-analyzer, you need: * latest stable rust for language server itself * latest stable npm and VS Code for VS Code extension (`code` should be a path) -For setup for other languages, see [./docs/users](./docs/users). +For setup for other languages, see [./docs/user](./docs/user). ``` # clone the repo @@ -42,7 +42,7 @@ If you want to **contribute** to rust-analyzer or just curious about how things under the hood, check the [./docs/dev](./docs/dev) folder. If you want to **use** rust-analyzer's language server with your editor of -choice, check [./docs/users](./docs/users) folder. It also contains some tips & tricks to help +choice, check [./docs/user](./docs/user) folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer. ## Getting in touch -- cgit v1.2.3