From a801509b430e96c4556f4bd1c43b16aa00abc775 Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Thu, 10 Dec 2020 19:46:35 +0000 Subject: [PATCH] All links to rustdoc-internals.md --- src/rustdoc-internals.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index 1f7f1004..895263b5 100644 --- a/src/rustdoc-internals.md +++ b/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/ +