@@ -140,10 +140,10 @@ impl Blacksmith {
140
140
#[ rustfmt:: skip]
141
141
const REDIRECTS : & [ ( & str , & str ) ] = & [
142
142
( "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" ) ,
144
144
( "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" ) ,
147
147
( "fott.html" , "/archive/fott.html" ) ,
148
148
( "infrastructure.html" , "/infra/service-infrastructure.html" ) ,
149
149
( "other-installation-methods.html" , "/infra/other-installation-methods.html" ) ,
@@ -155,15 +155,15 @@ impl Blacksmith {
155
155
( "rustc-bug-fix-procedure.html" , "/compiler/bug-fix-procedure.html" ) ,
156
156
( "rustc-diagnostic-code.html" , "/compiler/diagnostic-codes.html" ) ,
157
157
( "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" ) ,
159
159
( "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" ) ,
161
161
( "toolstate.html" , "/infra/toolstate.html" ) ,
162
162
( "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" ) ,
167
167
] ;
168
168
169
169
// Inititalise book directory if not built yet.
0 commit comments