Skip to content

Commit a6a9c67

Browse files
aDotInTheVoidJoshua Nelson
authored and
Joshua Nelson
committed
All links to rustdoc-internals.md
1 parent 1135856 commit a6a9c67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/rustdoc-internals.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,13 @@ $ python3 -m http.server -d build/[YOUR ARCH]/doc
213213

214214
Now you can browse your documentation just like you would if it was hosted
215215
on the internet. For example, the url for `std` will be `/std/".
216+
217+
## See also
218+
219+
- The [`rustdoc` api docs]
220+
- [An overview of `rustdoc`](./rustdoc.md)
221+
- [The rustdoc user guide]
222+
223+
[`rustdoc` api docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/
224+
[The rustdoc user guide]: https://doc.rust-lang.org/nightly/rustdoc/
225+

0 commit comments

Comments
 (0)