Skip to content

Commit f820d2e

Browse files
committed
rustbuild: Fix path for the nomicon
1 parent d532ba7 commit f820d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

Lines changed: 1 addition & 1 deletion
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)