rustc-guide has moved

This commit is contained in:
Who? Me?! 2018-11-26 21:28:28 -06:00 committed by GitHub
parent 10a520af5f
commit 980cc6d2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,6 @@ Rust. It's also sometimes called "the 'nomicon."
## The `rustc` Contribution Guide
[The `rustc` Guide](https://rust-lang-nursery.github.io/rustc-guide/) documents how
[The `rustc` Guide](https://rust-lang.github.io/rustc-guide/) 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).