Skip to content

Commit bd57655

Browse files
JohnTitorXAMPPRocky
authored andcommitted
Fix broken link
1 parent 134fc82 commit bd57655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacksmith/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl Blacksmith {
136136
("test-suite.html", "https://rust-lang.github.io/rustc-guide/tests/intro.html"),
137137
("toolstate.html", "/infra/toolstate.html"),
138138
("triage-procedure.html", "/release/triage-procedure.html"),
139-
("x-py.html", "https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html"),
139+
("x-py.html", "https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html"),
140140
];
141141

142142
// Inititalise book directory if not built yet.

0 commit comments

Comments
 (0)