Skip to content

Commit c320337

Browse files
mightyiamJoshua Nelson
authored and
Joshua Nelson
committed
correct output path in Writing Documentation
1 parent e34496f commit c320337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contributing.md

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

395395
[docs]: https://doc.rust-lang.org
396396

0 commit comments

Comments
 (0)