about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-21 16:52:10 +0000
committerbors <bors@rust-lang.org>2022-04-21 16:52:10 +0000
commit9ee080f8b24b5d12204de7a9c37c895a654bc3ee (patch)
treedc7eaa3bb0389cdfd7a757ccae3c83c1ff7783c9 /docs/dev
parent8393f3212683aa285abf62add5c6195b420992bd (diff)
parentf75bad52d740ec33387715ff9ea2d58d1071f572 (diff)
downloadrust-9ee080f8b24b5d12204de7a9c37c895a654bc3ee.tar.gz
rust-9ee080f8b24b5d12204de7a9c37c895a654bc3ee.zip
Auto merge of #12015 - arjo129:master, r=jonas-schievink
[Documentation]: Update developer documentation link.

Just noticed the docs links broken. The current doc link was broken. replaced with the updated version as found on the front page. Should the rest of the links be updated?
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 4a047e57a00..b5a71fdae5b 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.