aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4cada764d..7debf7c3b 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]. 27For setup for other languages, see [./docs/users](./docs/users).
28 28
29``` 29```
30# clone the repo 30# clone the repo
@@ -39,10 +39,10 @@ $ cargo install-lsp
39## Documentation 39## Documentation
40 40
41If you want to **contribute** to rust-analyzer or just curious about how things work 41If you want to **contribute** to rust-analyzer or just curious about how things work
42under the hood, check the [./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] folder. It also contains some tips & tricks to help 45choice, check [./docs/users](./docs/users) 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