about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-14 10:30:53 +0000
committerbors <bors@rust-lang.org>2024-07-14 10:30:53 +0000
commitfcbf77fae5d34658af90b68509fc1ce032247f41 (patch)
tree6a4d3394766dfaf5f80c5e1fa4d930f9b0a68dc2 /src
parenta3d6efc9bcdc379e766735cc53e065d85a1755e9 (diff)
parentb32fc1fcf6734ccbd0dab2a65b2d8969e7a178b7 (diff)
downloadrust-fcbf77fae5d34658af90b68509fc1ce032247f41.tar.gz
rust-fcbf77fae5d34658af90b68509fc1ce032247f41.zip
Auto merge of #17594 - anitahammer:patch-1, r=lnicola
minor: Update manual.adoc
Diffstat (limited to 'src')
-rw-r--r--src/tools/rust-analyzer/docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/user/manual.adoc b/src/tools/rust-analyzer/docs/user/manual.adoc
index e1c1c54ec41..a1777209087 100644
--- a/src/tools/rust-analyzer/docs/user/manual.adoc
+++ b/src/tools/rust-analyzer/docs/user/manual.adoc
@@ -623,7 +623,7 @@ https://github.com/rust-lang/rust-analyzer/tree/master/docs/dev[dev docs]!
 
 **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs[config.rs]
 
-The <<_installation,Installation>> section contains details on configuration for some of the editors.
+The <<installation,Installation>> 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-rust-analyzer,COC plugin in Vim>> provide `rust-analyzer` specific configuration UIs. Others may require you to know a bit more about the interaction with `rust-analyzer`.