fix links

This commit is contained in:
Aleksey Kladov 2019-03-20 12:21:55 +03:00
parent 192a5cd11d
commit 56ad19ef02
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ To build rust-analyzer, you need:
* latest stable rust for language server itself * latest stable rust for language server itself
* latest stable npm and VS Code for VS Code extension (`code` should be a path) * latest stable npm and VS Code for VS Code extension (`code` should be a path)
For setup for other languages, see [./docs/users]. For setup for other languages, see [./docs/users](./docs/users).
``` ```
# clone the repo # clone the repo
@ -39,10 +39,10 @@ $ cargo install-lsp
## Documentation ## Documentation
If you want to **contribute** to rust-analyzer or just curious about how things work If you want to **contribute** to rust-analyzer or just curious about how things work
under the hood, check the [./docs/dev] folder. under the hood, check the [./docs/dev](./docs/dev) folder.
If you want to **use** rust-analyzer's language server with your editor of If you want to **use** rust-analyzer's language server with your editor of
choice, check [./docs/users] folder. It also contains some tips & tricks to help choice, check [./docs/users](./docs/users) folder. It also contains some tips & tricks to help
you be more productive when using rust-analyzer. you be more productive when using rust-analyzer.
## Getting in touch ## Getting in touch

View file

@ -14,7 +14,7 @@ to execute
$ rustup component add rust-src $ rustup component add rust-src
``` ```
See [./features.md] document for a list of features that are available. See [./features.md](./features.md) document for a list of features that are available.
## VS Code ## VS Code
@ -46,7 +46,7 @@ bugs!
It's better to remove existing Rust plugins to avoid interference. It's better to remove existing Rust plugins to avoid interference.
Beyond basic LSP features, there are some extension commands which you can Beyond basic LSP features, there are some extension commands which you can
invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md] invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md](./features.md)
for details. for details.
### Settings ### Settings