about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorShahar Or (mightyiam) <mightyiampresence@gmail.com>2020-09-26 15:17:19 +0700
committerJoshua Nelson <joshua@yottadb.com>2020-09-26 08:45:48 -0400
commitaace4f0c24732a5e26cc0abba2e7c83fe9b24172 (patch)
treee07ce62eb1f3630a79e70611abc42e85d14dbedb /src/doc/rustc-dev-guide
parent14fc590808f7c6530fbd6762fd76fa04d00b249b (diff)
downloadrust-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.md2
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