We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871280d commit 59f11cdCopy full SHA for 59f11cd
src/rustdoc.md
@@ -97,7 +97,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
97
* The tests on the structure of rustdoc HTML output are located in `tests/rustdoc`,
98
where they're handled by the test runner of bootstrap and
99
the supplementary script `src/etc/htmldocck.py`.
100
- [These tests have several extra directives available to them](./rustdoc-internals/htmldocck.md).
+ [These tests have several extra directives available to them](./rustdoc-internals/rustdoc-test-suite.md).
101
102
[TypeScript-flavored JSDoc]: https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
103
0 commit comments