Skip to content

Commit

Permalink
docs: fix broken link in rust_analyzer config #3596
Browse files Browse the repository at this point in the history
  • Loading branch information
sweiglbosker authored Jan 30, 2025
1 parent bf81bef commit 5182e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs/rust_analyzer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ https://github.com/rust-lang/rust-analyzer
rust-analyzer (aka rls 2.0), a language server for Rust
See [docs](https://github.com/rust-lang/rust-analyzer/blob/master/docs/user/generated_config.adoc) for extra settings. The settings can be used like this:
See [docs](https://github.com/rust-lang/rust-analyzer/blob/release/docs/user/generated_config.adoc) for extra settings. The settings can be used like this:
```lua
require'lspconfig'.rust_analyzer.setup{
settings = {
Expand Down

0 comments on commit 5182e0d

Please sign in to comment.