Skip to content

Commit a7e2e04

Browse files
Update rustc-guide to rustc-dev-guide (#314)
1 parent e6e857e commit a7e2e04

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

blacksmith/src/lib.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ impl Blacksmith {
140140
#[rustfmt::skip]
141141
const REDIRECTS: &[(&str, &str)] = &[
142142
("beta-backporting.html", "/release/beta-backporting.html"),
143-
("bibliography.html", "https://rust-lang.github.io/rustc-guide/appendix/bibliography.html"),
143+
("bibliography.html", "https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html"),
144144
("channel-layout.html", "/infra/channel-layout.html"),
145-
("debugging.html", "https://rust-lang.github.io/rustc-guide/compiler-debugging.html"),
146-
("feature_guide.html", "https://rust-lang.github.io/rustc-guide/implementing_new_features.html"),
145+
("debugging.html", "https://rustc-dev-guide.rust-lang.org/compiler-debugging.html"),
146+
("feature_guide.html", "https://rustc-dev-guide.rust-lang.org/implementing_new_features.html"),
147147
("fott.html", "/archive/fott.html"),
148148
("infrastructure.html", "/infra/service-infrastructure.html"),
149149
("other-installation-methods.html", "/infra/other-installation-methods.html"),
@@ -155,15 +155,15 @@ impl Blacksmith {
155155
("rustc-bug-fix-procedure.html", "/compiler/bug-fix-procedure.html"),
156156
("rustc-diagnostic-code.html", "/compiler/diagnostic-codes.html"),
157157
("rustc-team-maintenance.html", "/infra/team-maintenance.html"),
158-
("stabilization-guide.html", "https://rust-lang.github.io/rustc-guide/stabilization_guide.html"),
158+
("stabilization-guide.html", "https://rustc-dev-guide.rust-lang.org/stabilization_guide.html"),
159159
("state-of-rust.html", "https://github.com/rust-lang/rust/projects/8"),
160-
("test-suite.html", "https://rust-lang.github.io/rustc-guide/tests/intro.html"),
160+
("test-suite.html", "https://rustc-dev-guide.rust-lang.org/tests/intro.html"),
161161
("toolstate.html", "/infra/toolstate.html"),
162162
("triage-procedure.html", "/release/triage-procedure.html"),
163-
("x-py.html", "https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html"),
164-
("compiler/bug-fix-procedure.html", "https://rust-lang.github.io/rustc-guide/bug-fix-procedure.html"),
165-
("compiler/diagnostic-codes.html", "https://rust-lang.github.io/rustc-guide/diagnostics/diagnostic-codes.html"),
166-
("compiler/profile-queries.html", "https://rust-lang.github.io/rustc-guide/queries/profiling.html"),
163+
("x-py.html", "https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html"),
164+
("compiler/bug-fix-procedure.html", "https://rustc-dev-guide.rust-lang.org/bug-fix-procedure.html"),
165+
("compiler/diagnostic-codes.html", "https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-codes.html"),
166+
("compiler/profile-queries.html", "https://rustc-dev-guide.rust-lang.org/queries/profiling.html"),
167167
];
168168

169169
// Inititalise book directory if not built yet.

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Nightly | <span id="nightly-cycle"></span> | <span id="nightly-timespan"></span>
4141
* [Rust Pontoon] is a translation management system used to localize the Rust
4242
website.
4343

44-
[Bibliography]: https://rust-lang.github.io/rustc-guide/appendix/bibliography.html
44+
[Bibliography]: https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html
4545
[Rust Pontoon]: https://pontoon.rust-lang.org/

src/chat/zulip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ We currently support linking to issues on a few repositories:
177177
* rust-lang/miri with `miri#3434`
178178
* rust-lang-nursery/polonius with `polonius#3434`
179179
* rust-analyzer/rust-analyzer with `rust-analyzer#3434`
180-
* rust-lang/rustc-guide with `rustc-guide#3434`
180+
* rust-lang/rustc-dev-guide with `rustc-dev-guide#3434`
181181
* rust-lang/stdarch with `stdarch#3434`
182182
* rust-lang/team with `team#3434`
183183
* rust-lang/unsafe-code-guidelines with `ucg#3434`

src/compiler/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This section documents the Rust compiler itself, its APIs, and how to
33
contribute and provide bug fixes for the compiler.
44

55
### External Links
6-
* The [Rustc guide] documents how the compiler works as well providing helpful
6+
* The [Rustc Dev Guide] documents how the compiler works as well providing helpful
77
information to help get new contributors involved in the development.
88
* Rustc's [internal documentation].
99
* The [Compiler team] website is the home for all of the compiler
@@ -13,5 +13,5 @@ contribute and provide bug fixes for the compiler.
1313

1414
[Compiler team]: https://rust-lang.github.io/compiler-team/
1515
[FIXME page]: https://oli-obk.github.io/fixmeh/
16-
[Rustc guide]: https://rust-lang.github.io/rustc-guide/
16+
[Rustc Dev Guide]: https://rustc-dev-guide.rust-lang.org/
1717
[internal documentation]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/

src/infra/toolstate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rules are for when which tools are (not) allowed to break.
3131
cut. (See the [Forge index][forge] for when the next beta cutoff is
3232
happening.)
3333

34-
At the time of writing, the following tools are "nightly only": rustc-guide,
34+
At the time of writing, the following tools are "nightly only": rustc-dev-guide,
3535
miri, embedded-book.
3636

3737
## Updating the toolstate repository

src/lang/rfc-merge-procedure.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This is a tracking issue for the RFC "XXX" (rust-lang/rfcs#NNN).
1919

2020
- [ ] Implement the RFC (cc @rust-lang/XXX -- can anyone write up mentoring
2121
instructions?)
22-
- [ ] Adjust documentation ([see instructions on rustc-guide][doc-guide])
23-
- [ ] Stabilization PR ([see instructions on rustc-guide][stabilization-guide])
22+
- [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
23+
- [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])
2424

25-
[stabilization-guide]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html#stabilization-pr
26-
[doc-guide]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs
25+
[stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr
26+
[doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs
2727

2828
**Unresolved questions:**
2929

0 commit comments

Comments
 (0)