From f75bad52d740ec33387715ff9ea2d58d1071f572 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Sun, 17 Apr 2022 20:32:06 +0800 Subject: [PATCH] Update docs link The current doc link was broken. replaced with the updated version as found on the front page. --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/README.md b/docs/dev/README.md index 4a047e57a0..b5a71fdae5 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -13,7 +13,7 @@ To learn more about how rust-analyzer works, see [./architecture.md](./architect It also explains the high-level layout of the source code. Do skim through that document. -We also publish rustdoc docs to pages: https://rust-analyzer.github.io/rust-analyzer/ide/. +We also publish rustdoc docs to pages: https://rust-lang.github.io/rust-analyzer/ide/. Note though, that the internal documentation is very incomplete. Various organizational and process issues are discussed in this document.