Skip to content

Commit b4ef361

Browse files
committed
README path correction
1 parent 1b5c7ac commit b4ef361

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)