Skip to content

Commit

Permalink
Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichton
Browse files Browse the repository at this point in the history
README path correction
  • Loading branch information
frewsxcv committed Feb 5, 2017
2 parents 4b49f42 + b4ef361 commit 4107a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
//! rustbuild, the Rust build system
//!
//! This is the entry point for the build system used to compile the `rustc`
//! compiler. Lots of documentation can be found in the `README.md` file next to
//! this file, and otherwise documentation can be found throughout the `build`
//! compiler. Lots of documentation can be found in the `README.md` file in the
//! parent directory, and otherwise documentation can be found throughout the `build`
//! directory in each respective module.

#![deny(warnings)]
Expand Down

0 comments on commit 4107a84

Please sign in to comment.