From 82162a7ac8aabcd7ada7ae78d9c917d87622f80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=B1=AA?= <504595380@qq.com> Date: Sun, 9 Feb 2025 17:49:26 +0800 Subject: [PATCH] doc: error url --- src/tools/rust-analyzer/docs/book/src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/docs/book/src/README.md b/src/tools/rust-analyzer/docs/book/src/README.md index 545e4a3e62df..71f34e034664 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