diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-03-20 12:21:55 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-03-20 12:21:55 +0300 |
| commit | 56ad19ef025ddf8461b56c5f42ca074e4f2ebe23 (patch) | |
| tree | 615a1dceaee2530f498caa05d8bf3237c485f8d7 /docs | |
| parent | 192a5cd11d413fdbaeb8d2e5106d82ae3b4a05c1 (diff) | |
| download | rust-56ad19ef025ddf8461b56c5f42ca074e4f2ebe23.tar.gz rust-56ad19ef025ddf8461b56c5f42ca074e4f2ebe23.zip | |
fix links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index b25e152d0a0..8de46981b06 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -14,7 +14,7 @@ to execute $ 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 @@ -46,7 +46,7 @@ bugs! It's better to remove existing Rust plugins to avoid interference. 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. ### Settings |
