aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-03-20 09:21:55 +0000
committerAleksey Kladov <[email protected]>2019-03-20 09:21:55 +0000
commit56ad19ef025ddf8461b56c5f42ca074e4f2ebe23 (patch)
tree615a1dceaee2530f498caa05d8bf3237c485f8d7
parent192a5cd11d413fdbaeb8d2e5106d82ae3b4a05c1 (diff)
fix links
-rw-r--r--README.md6
-rw-r--r--docs/user/README.md4
2 files changed, 5 insertions, 5 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
diff --git a/docs/user/README.md b/docs/user/README.md
index b25e152d0..8de46981b 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -14,7 +14,7 @@ to execute
14$ rustup component add rust-src 14$ rustup component add rust-src
15``` 15```
16 16
17See [./features.md] document for a list of features that are available. 17See [./features.md](./features.md) document for a list of features that are available.
18 18
19## VS Code 19## VS Code
20 20
@@ -46,7 +46,7 @@ bugs!
46It's better to remove existing Rust plugins to avoid interference. 46It's better to remove existing Rust plugins to avoid interference.
47 47
48Beyond basic LSP features, there are some extension commands which you can 48Beyond basic LSP features, there are some extension commands which you can
49invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md] 49invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md](./features.md)
50for details. 50for details.
51 51
52### Settings 52### Settings