@@ -19,7 +19,7 @@ hop on the [Rust Discord server][rust-discord] or [Rust Zulip server][rust-zulip
19
19
20
20
As a reminder, all contributors are expected to follow our [ Code of Conduct] [ coc ] .
21
21
22
- The [ rustc-guide] is your friend! It describes how the compiler works and how
22
+ The [ rustc-dev- guide] is your friend! It describes how the compiler works and how
23
23
to contribute to it in more detail than this document.
24
24
25
25
If this is your first time contributing, the [ walkthrough] chapter of the guide
@@ -29,8 +29,8 @@ can give you a good example of how a typical contribution would go.
29
29
[ rust-discord ] : http://discord.gg/rust-lang
30
30
[ rust-zulip ] : https://rust-lang.zulipchat.com
31
31
[ coc ] : https://www.rust-lang.org/conduct.html
32
- [ rustc-guide ] : https://rust-lang.github.io/rustc-guide /
33
- [ walkthrough ] : https://rust-lang.github.io/rustc-guide /walkthrough.html
32
+ [ rustc-dev- guide ] : https://rustc-dev-guide. rust-lang.org /
33
+ [ walkthrough ] : https://rustc-dev-guide. rust-lang.org /walkthrough.html
34
34
35
35
## Feature Requests
36
36
[ feature-requests ] : #feature-requests
@@ -103,12 +103,12 @@ $ RUST_BACKTRACE=1 rustc ...
103
103
## The Build System
104
104
105
105
For info on how to configure and build the compiler, please see [ this
106
- chapter] [ rustcguidebuild ] of the rustc-guide. This chapter contains info for
106
+ chapter] [ rustcguidebuild ] of the rustc-dev- guide. This chapter contains info for
107
107
contributions to the compiler and the standard library. It also lists some
108
108
really useful commands to the build system (` ./x.py ` ), which could save you a
109
109
lot of time.
110
110
111
- [ rustcguidebuild ] : https://rust-lang.github.io/rustc-guide /building/how-to-build-and-run.html
111
+ [ rustcguidebuild ] : https://rustc-dev-guide. rust-lang.org /building/how-to-build-and-run.html
112
112
113
113
## Pull Requests
114
114
[ pull-requests ] : #pull-requests
@@ -336,9 +336,9 @@ to check small fixes. For example, `rustdoc src/doc/reference.md` will render
336
336
reference to ` doc/reference.html ` . The CSS might be messed up, but you can
337
337
verify that the HTML is right.
338
338
339
- Additionally, contributions to the [ rustc-guide] are always welcome. Contributions
339
+ Additionally, contributions to the [ rustc-dev- guide] are always welcome. Contributions
340
340
can be made directly at [ the
341
- rust-lang/rustc-guide] ( https://github.com/rust-lang/rustc-guide ) repo. The issue
341
+ rust-lang/rustc-dev- guide] ( https://github.com/rust-lang/rustc-dev -guide ) repo. The issue
342
342
tracker in that repo is also a great way to find things that need doing. There
343
343
are issues for beginners and advanced compiler devs alike!
344
344
@@ -434,7 +434,7 @@ For people new to Rust, and just starting to contribute, or even for
434
434
more seasoned developers, some useful places to look for information
435
435
are:
436
436
437
- * The [ rustc guide] contains information about how various parts of the compiler work and how to contribute to the compiler
437
+ * The [ rustc dev guide] contains information about how various parts of the compiler work and how to contribute to the compiler
438
438
* [ Rust Forge] [ rustforge ] contains additional documentation, including write-ups of how to achieve common tasks
439
439
* The [ Rust Internals forum] [ rif ] , a place to ask questions and
440
440
discuss Rust's internals
@@ -448,13 +448,13 @@ are:
448
448
* ** Google!** ([ search only in Rust Documentation] [ gsearchdocs ] to find types, traits, etc. quickly)
449
449
* Don't be afraid to ask! The Rust community is friendly and helpful.
450
450
451
- [ rustc guide ] : https://rust-lang.github.io/rustc-guide /about-this-guide.html
451
+ [ rustc dev guide ] : https://rustc-dev-guide. rust-lang.org /about-this-guide.html
452
452
[ gdfrustc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
453
453
[ gsearchdocs ] : https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here
454
454
[ rif ] : http://internals.rust-lang.org
455
455
[ rr ] : https://doc.rust-lang.org/book/README.html
456
456
[ rustforge ] : https://forge.rust-lang.org/
457
457
[ tlgba ] : http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/
458
458
[ ro ] : http://www.rustaceans.org/
459
- [ rctd ] : https://rust-lang.github.io/rustc-guide /tests/intro.html
459
+ [ rctd ] : https://rustc-dev-guide. rust-lang.org /tests/intro.html
460
460
[ cheatsheet ] : https://buildbot2.rust-lang.org/homu/
0 commit comments