rustdoc Readme link fix #47716
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
In the Readme for rustdoc:
https://github.com/rust-lang/rust/tree/master/src/doc
the link for further information points to a 404:
https://github.com/rust-lang/rust/tree/master/src/doc
The correct link is:
https://github.com/rust-lang/rust/blob/master/src/doc/rustdoc/src/what-is-rustdoc.md
The text was updated successfully, but these errors were encountered: