Skip to content

Commit

Permalink
Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
rustbuild: Fix path for the nomicon
  • Loading branch information
bors committed Oct 22, 2017
2 parents 5481098 + f820d2e commit b6055cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/doc.rs
Original file line number Diff line number Diff line change
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 b6055cb

Please sign in to comment.