correct output path in Writing Documentation

This commit is contained in:
Shahar Or (mightyiam) 2020-09-26 15:17:19 +07:00 committed by Joshua Nelson
parent 18c7583466
commit 2ad2cb7c97
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ the entire stage 2 compiler and compile the various books published on
[doc.rust-lang.org][docs]. When updating documentation for the standard library, [doc.rust-lang.org][docs]. When updating documentation for the standard library,
first try `./x.py doc library/std`. If that fails, or if you need to first try `./x.py doc library/std`. If that fails, or if you need to
see the output from the latest version of `rustdoc`, add `--stage 1`. see the output from the latest version of `rustdoc`, add `--stage 1`.
Results should appear in `build/$TARGET/crate-docs`. Results should appear in `build/$TARGET/doc`.
[docs]: https://doc.rust-lang.org [docs]: https://doc.rust-lang.org