Skip to content

Commit 1eda78f

Browse files
authored
Rollup merge of #145397 - lcnr:lcnr/rustc-dev-guide-3, r=BoxyUwU
Rust documentation, use `rustc-dev-guide` :3 reviving #145385 but on my own fork this time r? ``@BoxyUwU``
2 parents 86c25f8 + 1a226e0 commit 1eda78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ unsafe Rust. It's also sometimes called "the 'nomicon."
172172
[The Unstable Book](unstable-book/index.html) has documentation for unstable
173173
features.
174174

175-
### The `rustc` Contribution Guide
175+
### The `rustc` Development Guide
176176

177-
[The `rustc` Guide](https://rustc-dev-guide.rust-lang.org/)
177+
[The `rustc-dev-guide`](https://rustc-dev-guide.rust-lang.org/)
178178
documents how the compiler works and how to contribute to it. This is useful if
179179
you want to build or modify the Rust compiler from source (e.g. to target
180180
something non-standard).

0 commit comments

Comments
 (0)