Skip to content

Commit

Permalink
rustbuild: Fix path for the nomicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie27 committed Oct 21, 2017
1 parent d532ba7 commit f820d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/doc.rs
Expand Up @@ -66,7 +66,7 @@ macro_rules! book {
}

book!(
Nomicon, "src/doc/book", "nomicon";
Nomicon, "src/doc/nomicon", "nomicon";
Reference, "src/doc/reference", "reference";
Rustdoc, "src/doc/rustdoc", "rustdoc";
);
Expand Down

0 comments on commit f820d2e

Please sign in to comment.