diff --git a/src/contributing.md b/src/contributing.md index 08ece467..0415f8e0 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -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, 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`. -Results should appear in `build/$TARGET/crate-docs`. +Results should appear in `build/$TARGET/doc`. [docs]: https://doc.rust-lang.org