about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMax Gautier <mg@max.gautier.name>2022-11-20 12:47:28 +0100
committerMax Gautier <mg@max.gautier.name>2022-11-20 12:47:28 +0100
commitebbc5492f586601a9a369ace53397864bc39b71a (patch)
tree2799c0c3b6810bd9e95ba6d7b2f5fe8bd03d645e /docs
parent38fa47fd79b38d3ca7665943a93c577d3a9166a8 (diff)
downloadrust-ebbc5492f586601a9a369ace53397864bc39b71a.tar.gz
rust-ebbc5492f586601a9a369ace53397864bc39b71a.zip
Fix typo on 'configuration' anchor
https://rust-analyzer.github.io/manual.html#_configuration lands you at
the start of the page, while
https://rust-analyzer.github.io/manual.html#configuration correctly puts
you at the correct anchor
Diffstat (limited to 'docs')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 49500e390a5..1a4c70575b0 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -367,7 +367,7 @@ if executable('rust-analyzer')
 endif
 ----
 
-There is no dedicated UI for the server configuration, so you would need to send any options as a value of the `initialization_options` field, as described in the <<_configuration,Configuration>> section.
+There is no dedicated UI for the server configuration, so you would need to send any options as a value of the `initialization_options` field, as described in the <<configuration,Configuration>> section.
 Here is an example of how to enable the proc-macro support:
 
 [source,vim]