aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-09 19:40:39 +0000
committerVeetaha <[email protected]>2020-02-09 19:40:39 +0000
commit843d00ec9d20bab9993f45d852a4f2c70a4b10d8 (patch)
tree58b064cb20ee164df98d230ebf22ed39b8e64a10 /docs/user
parent3ebbeb46d42dd45f7769fe3e62f4ecf6a06d8409 (diff)
docs: quick fix inner link in docs
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 3f69a1710..6afe51e8b 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -261,7 +261,8 @@ Installation:
261* You can now invoke the command palette and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer) 261* You can now invoke the command palette and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer)
262 262
263 263
264### Setting up the `PATH` variable <!-- Update links to this header when changing it! --> 264<!-- Update links to this header when changing it! -->
265### Setting up the `PATH` variable
265 266
266On Unix systems, `rustup` adds `~/.cargo/bin` to `PATH` by modifying the shell's 267On Unix systems, `rustup` adds `~/.cargo/bin` to `PATH` by modifying the shell's
267startup file. Depending on your configuration, your Desktop Environment might not 268startup file. Depending on your configuration, your Desktop Environment might not