diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | docs/user/README.md | 4 |
2 files changed, 5 insertions, 5 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]. | 27 | For 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 | ||
41 | If you want to **contribute** to rust-analyzer or just curious about how things work | 41 | If you want to **contribute** to rust-analyzer or just curious about how things work |
42 | under the hood, check the [./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] folder. It also contains some tips & tricks to help | 45 | choice, check [./docs/users](./docs/users) 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 |
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 | ||
17 | See [./features.md] document for a list of features that are available. | 17 | See [./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! | |||
46 | It's better to remove existing Rust plugins to avoid interference. | 46 | It's better to remove existing Rust plugins to avoid interference. |
47 | 47 | ||
48 | Beyond basic LSP features, there are some extension commands which you can | 48 | Beyond basic LSP features, there are some extension commands which you can |
49 | invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md] | 49 | invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md](./features.md) |
50 | for details. | 50 | for details. |
51 | 51 | ||
52 | ### Settings | 52 | ### Settings |