diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-02-09 11:18:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-09 11:18:39 +0000 |
| commit | d4f7c7668fece15523ae6f38e437cad01ee5ded6 (patch) | |
| tree | 6a1689552776ec71b4308af38f2efebe7d9f69d2 | |
| parent | 4ac07f243e14cc3ff27bb32380f4910ffe72fbc8 (diff) | |
| parent | 82162a7ac8aabcd7ada7ae78d9c917d87622f80a (diff) | |
| download | rust-d4f7c7668fece15523ae6f38e437cad01ee5ded6.tar.gz rust-d4f7c7668fece15523ae6f38e437cad01ee5ded6.zip | |
Merge pull request #19120 from ahaoboy/patch-1
doc: error url
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/README.md b/src/tools/rust-analyzer/docs/book/src/README.md index 545e4a3e62d..71f34e03466 100644 --- a/src/tools/rust-analyzer/docs/book/src/README.md +++ b/src/tools/rust-analyzer/docs/book/src/README.md @@ -10,7 +10,7 @@ implement semantic features like completion or goto definition by talking to an external language server process. To improve this document, send a pull request: -[https://github.com/rust-lang/rust-analyzer](https://github.com/rust-lang/rust-analyzer/blob/docs/book/README.md) +[https://github.com/rust-lang/rust-analyzer](https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/README.md) The manual is written in markdown and includes some extra files which are generated from the source code. Run |
