diff options
| author | Shahar Or (mightyiam) <mightyiampresence@gmail.com> | 2020-09-26 15:17:19 +0700 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-26 08:45:48 -0400 |
| commit | aace4f0c24732a5e26cc0abba2e7c83fe9b24172 (patch) | |
| tree | e07ce62eb1f3630a79e70611abc42e85d14dbedb /src/doc/rustc-dev-guide | |
| parent | 14fc590808f7c6530fbd6762fd76fa04d00b249b (diff) | |
| download | rust-aace4f0c24732a5e26cc0abba2e7c83fe9b24172.tar.gz rust-aace4f0c24732a5e26cc0abba2e7c83fe9b24172.zip | |
correct output path in Writing Documentation
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 08ece467ccf..0415f8e08fd 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/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 |
