Skip to content

Commit e14f407

Browse files
authored
Merge pull request #19187 from BenjaminBrienen/patch-4
Update configuration.md
2 parents c55ad62 + b53fc6e commit e14f407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/rust-analyzer/docs/book/src/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
**Source:**
44
[config.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs)
55

6-
The [Installation](#_installation) section contains details on
6+
The [Installation](./installation.md) section contains details on
77
configuration for some of the editors. In general `rust-analyzer` is
88
configured via LSP messages, which means that it’s up to the editor to
99
decide on the exact format and location of configuration files.
1010

11-
Some clients, such as [VS Code](#vs-code) or [COC plugin in
12-
Vim](#coc-rust-analyzer) provide `rust-analyzer` specific configuration
11+
Some clients, such as [VS Code](./vs_code.md) or [COC plugin in
12+
Vim](./other_editors.md#coc-rust-analyzer) provide `rust-analyzer` specific configuration
1313
UIs. Others may require you to know a bit more about the interaction
1414
with `rust-analyzer`.
1515

0 commit comments

Comments
 (0)