Skip to content

Commit 94fd315

Browse files
authored
Rollup merge of rust-lang#39527 - king6cong:bootstrap-doc, r=alexcrichton
README path correction
2 parents 403ca55 + b4ef361 commit 94fd315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/bin/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//! rustbuild, the Rust build system
1212
//!
1313
//! This is the entry point for the build system used to compile the `rustc`
14-
//! compiler. Lots of documentation can be found in the `README.md` file next to
15-
//! this file, and otherwise documentation can be found throughout the `build`
14+
//! compiler. Lots of documentation can be found in the `README.md` file in the
15+
//! parent directory, and otherwise documentation can be found throughout the `build`
1616
//! directory in each respective module.
1717
1818
#![deny(warnings)]

0 commit comments

Comments
 (0)