We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34496f commit c320337Copy full SHA for c320337
src/contributing.md
@@ -390,7 +390,7 @@ the entire stage 2 compiler and compile the various books published on
390
[doc.rust-lang.org][docs]. When updating documentation for the standard library,
391
first try `./x.py doc library/std`. If that fails, or if you need to
392
see the output from the latest version of `rustdoc`, add `--stage 1`.
393
-Results should appear in `build/$TARGET/crate-docs`.
+Results should appear in `build/$TARGET/doc`.
394
395
[docs]: https://doc.rust-lang.org
396
0 commit comments