about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-08-14 09:38:26 +0200
committerGitHub <noreply@github.com>2025-08-14 09:38:26 +0200
commit3ea361cffc40f90a8bb1b55e804b9a6deb7a405b (patch)
tree8484981c8820a4d278aed5565d1392c6848a5f78
parent2c1ac85679678dfe5cce7ea8037735b0349ceaf3 (diff)
downloadrust-lcnr/rustc-dev-guide.tar.gz
rust-lcnr/rustc-dev-guide.zip
`rustc-dev-guide` :3 lcnr/rustc-dev-guide
-rw-r--r--src/doc/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 8ad5b427b55..ecdd05a8a56 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -172,9 +172,9 @@ unsafe Rust. It's also sometimes called "the 'nomicon."
 [The Unstable Book](unstable-book/index.html) has documentation for unstable
 features.
 
-### The `rustc` Contribution Guide
+### The `rustc-dev-guide`
 
-[The `rustc` Guide](https://rustc-dev-guide.rust-lang.org/)
+[The `rustc-dev-guide`](https://rustc-dev-guide.rust-lang.org/)
 documents how the compiler works and how to contribute to it. This is useful if
 you want to build or modify the Rust compiler from source (e.g. to target
 something non-standard).