about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-14 21:48:46 +0200
committerGitHub <noreply@github.com>2025-08-14 21:48:46 +0200
commit1eda78fa15da9d3e495fcaa4025bb6467134af3e (patch)
tree79cde61f7f73009337da643f748b2acd4ba3a8a3
parent86c25f8dd1623c34ec657655ba6cc99eef2a58fe (diff)
parent1a226e07e037e8b99383d6267278f7ef18b7594c (diff)
downloadrust-1eda78fa15da9d3e495fcaa4025bb6467134af3e.tar.gz
rust-1eda78fa15da9d3e495fcaa4025bb6467134af3e.zip
Rollup merge of #145397 - lcnr:lcnr/rustc-dev-guide-3, r=BoxyUwU
Rust documentation, use `rustc-dev-guide` :3

reviving rust-lang/rust#145385 but on my own fork this time

r? ``@BoxyUwU``
-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..892057a8f4d 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` Development 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).