diff options
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index be121efa..5f01fb91 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -9156,7 +9156,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/release/docs/user/generated_config.adoc) for extra settings. The settings can be used like this: +See [docs](https://rust-analyzer.github.io/book/configuration.html) for extra settings. The settings can be used like this: ```lua require'lspconfig'.rust_analyzer.setup{ settings = { diff --git a/doc/configs.txt b/doc/configs.txt index be121efa..5f01fb91 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -9156,7 +9156,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/release/docs/user/generated_config.adoc) for extra settings. The settings can be used like this: +See [docs](https://rust-analyzer.github.io/book/configuration.html) for extra settings. The settings can be used like this: ```lua require'lspconfig'.rust_analyzer.setup{ settings = { |
