correct output path in Writing Documentation
This commit is contained in:
parent
18c7583466
commit
2ad2cb7c97
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue