@@ -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.
0 commit comments