about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-02-20 07:06:39 +0000
committerGitHub <noreply@github.com>2025-02-20 07:06:39 +0000
commite14f40786ed3ba7f0dea86f38b2fdc221008315f (patch)
tree3963b6365109364c1b317623b5bdd769cbff6b90
parentc55ad623b61778d1856aac82b59b65878e19ac38 (diff)
parentb53fc6e91a21f4925d2cc75ea02a6aeb96783744 (diff)
downloadrust-e14f40786ed3ba7f0dea86f38b2fdc221008315f.tar.gz
rust-e14f40786ed3ba7f0dea86f38b2fdc221008315f.zip
Merge pull request #19187 from BenjaminBrienen/patch-4
Update configuration.md
-rw-r--r--src/tools/rust-analyzer/docs/book/src/configuration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/configuration.md b/src/tools/rust-analyzer/docs/book/src/configuration.md
index 221a571c17c..fd94a4221a9 100644
--- a/src/tools/rust-analyzer/docs/book/src/configuration.md
+++ b/src/tools/rust-analyzer/docs/book/src/configuration.md
@@ -3,13 +3,13 @@
 **Source:**
 [config.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs)
 
-The [Installation](#_installation) section contains details on
+The [Installation](./installation.md) section contains details on
 configuration for some of the editors. In general `rust-analyzer` is
 configured via LSP messages, which means that it’s up to the editor to
 decide on the exact format and location of configuration files.
 
-Some clients, such as [VS Code](#vs-code) or [COC plugin in
-Vim](#coc-rust-analyzer) provide `rust-analyzer` specific configuration
+Some clients, such as [VS Code](./vs_code.md) or [COC plugin in
+Vim](./other_editors.md#coc-rust-analyzer) provide `rust-analyzer` specific configuration
 UIs. Others may require you to know a bit more about the interaction
 with `rust-analyzer`.