Skip to content

Commit b6055cb

Browse files
committed
Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum
rustbuild: Fix path for the nomicon
2 parents 5481098 + f820d2e commit b6055cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ macro_rules! book {
6666
}
6767

6868
book!(
69-
Nomicon, "src/doc/book", "nomicon";
69+
Nomicon, "src/doc/nomicon", "nomicon";
7070
Reference, "src/doc/reference", "reference";
7171
Rustdoc, "src/doc/rustdoc", "rustdoc";
7272
);

0 commit comments

Comments
 (0)