Skip to content

Commit 1a226e0

Browse files
committed
rustc-dev-guide :3
1 parent 2c1ac85 commit 1a226e0

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)