We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134fc82 commit bd57655Copy full SHA for bd57655
blacksmith/src/lib.rs
@@ -136,7 +136,7 @@ impl Blacksmith {
136
("test-suite.html", "https://rust-lang.github.io/rustc-guide/tests/intro.html"),
137
("toolstate.html", "/infra/toolstate.html"),
138
("triage-procedure.html", "/release/triage-procedure.html"),
139
- ("x-py.html", "https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html"),
+ ("x-py.html", "https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html"),
140
];
141
142
// Inititalise book directory if not built yet.
0 commit comments