about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNixon Enraght-Moony <nixon.emoony@gmail.com>2020-12-10 19:46:35 +0000
committerJoshua Nelson <joshua@yottadb.com>2020-12-10 14:51:04 -0500
commit7cd87eb4cdc35b8fce13659fd58ba2c336422c11 (patch)
tree4704ef1a4384d40ed11ebea81b4aa47e8a4cd759
parent2e4650a6dd862b67681c863d921c943e626dcdc2 (diff)
downloadrust-7cd87eb4cdc35b8fce13659fd58ba2c336422c11.tar.gz
rust-7cd87eb4cdc35b8fce13659fd58ba2c336422c11.zip
All links to rustdoc-internals.md
-rw-r--r--src/doc/rustc-dev-guide/src/rustdoc-internals.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals.md b/src/doc/rustc-dev-guide/src/rustdoc-internals.md
index 1f7f1004596..895263b537f 100644
--- a/src/doc/rustc-dev-guide/src/rustdoc-internals.md
+++ b/src/doc/rustc-dev-guide/src/rustdoc-internals.md
@@ -213,3 +213,13 @@ $ python3 -m http.server -d build/[YOUR ARCH]/doc
 
 Now you can browse your documentation just like you would if it was hosted
 on the internet. For example, the url for `std` will be `/std/".
+
+## See also
+
+- The [`rustdoc` api docs]
+- [An overview of `rustdoc`](./rustdoc.md)
+- [The rustdoc user guide]
+
+[`rustdoc` api docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/
+[The rustdoc user guide]: https://doc.rust-lang.org/nightly/rustdoc/
+