aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/user/README.md4
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
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