diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2025-02-07 12:01:51 -0800 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2025-02-07 12:07:18 -0800 |
| commit | e7d5d306df59623bcb8ca3c3892c710f3b634634 (patch) | |
| tree | 8e8e683e2c48e45f95f892a34cf2f565df416d68 /src/tools/rust-analyzer | |
| parent | 8151886da1a42153cebe18d6c21f393b7bf69116 (diff) | |
| download | rust-e7d5d306df59623bcb8ca3c3892c710f3b634634.tar.gz rust-e7d5d306df59623bcb8ca3c3892c710f3b634634.zip | |
Update README.md links for mdbook manual
Diffstat (limited to 'src/tools/rust-analyzer')
| -rw-r--r-- | src/tools/rust-analyzer/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/README.md b/src/tools/rust-analyzer/README.md index fb885c5be76..56883723c93 100644 --- a/src/tools/rust-analyzer/README.md +++ b/src/tools/rust-analyzer/README.md @@ -9,7 +9,7 @@ It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust ## Quick Start -https://rust-analyzer.github.io/manual.html#installation +https://rust-analyzer.github.io/book/installation.html ## Documentation @@ -18,12 +18,13 @@ if you are just curious about how things work under the hood, check the [./docs/ folder. If you want to **use** rust-analyzer's language server with your editor of -choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. +choice, check [the manual](https://rust-analyzer.github.io/book/). It also contains some tips & tricks to help you be more productive when using rust-analyzer. ## Security and Privacy -See the corresponding sections of [the manual](https://rust-analyzer.github.io/manual.html#security). +See the [security](https://rust-analyzer.github.io/book/security.html) and +[privacy](https://rust-analyzer.github.io/book/privacy.html) sections of the manual. ## Communication |
