]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Sun, 5 Feb 2017 14:14:56 +0000 (09:14 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2017 14:14:56 +0000 (09:14 -0500)
README path correction

src/bootstrap/bin/main.rs

index c47f4fd8ec64b8f288855ae6638e56a3142bd68b..5ca5ce1648f2fc80ee0735f723dc5523333a2e26 100644 (file)
@@ -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)]