diff options
author | Aleksey Kladov <[email protected]> | 2019-03-20 09:21:55 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-03-20 09:21:55 +0000 |
commit | 56ad19ef025ddf8461b56c5f42ca074e4f2ebe23 (patch) | |
tree | 615a1dceaee2530f498caa05d8bf3237c485f8d7 /docs/user | |
parent | 192a5cd11d413fdbaeb8d2e5106d82ae3b4a05c1 (diff) |
fix links
Diffstat (limited to 'docs/user')
-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 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 |