aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-03-20 09:24:12 +0000
committerAleksey Kladov <[email protected]>2019-03-20 09:24:12 +0000
commit505bd45bcc44ee58090e514f46cbe884924e3574 (patch)
tree9f1058842efa51379d4e2be6bb778772450aca38 /README.md
parent56ad19ef025ddf8461b56c5f42ca074e4f2ebe23 (diff)
fix links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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:
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
27For setup for other languages, see [./docs/users](./docs/users). 27For 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
42under the hood, check the [./docs/dev](./docs/dev) folder. 42under the hood, check the [./docs/dev](./docs/dev) folder.
43 43
44If you want to **use** rust-analyzer's language server with your editor of 44If you want to **use** rust-analyzer's language server with your editor of
45choice, check [./docs/users](./docs/users) folder. It also contains some tips & tricks to help 45choice, check [./docs/user](./docs/user) folder. It also contains some tips & tricks to help
46you be more productive when using rust-analyzer. 46you be more productive when using rust-analyzer.
47 47
48## Getting in touch 48## Getting in touch