diff options
| author | binarycat <binarycat@envs.net> | 2025-03-18 13:29:14 -0500 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-03-18 13:29:14 -0500 |
| commit | eeda54f1102d514a9f73c2d5ed92e75b2edfe94e (patch) | |
| tree | 4311db5997ae9fde10eba0212534954169247359 | |
| parent | 7f29b47410d62cc1d81c0105add357552a0f1c99 (diff) | |
| download | rust-eeda54f1102d514a9f73c2d5ed92e75b2edfe94e.tar.gz rust-eeda54f1102d514a9f73c2d5ed92e75b2edfe94e.zip | |
update filename in link
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc.md b/src/doc/rustc-dev-guide/src/rustdoc.md index 5ac62aa2c37..320dc9d5825 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc.md +++ b/src/doc/rustc-dev-guide/src/rustdoc.md @@ -97,7 +97,7 @@ does is call the `main()` that's in this crate's `lib.rs`, though.) * The tests on the structure of rustdoc HTML output are located in `tests/rustdoc`, where they're handled by the test runner of bootstrap and the supplementary script `src/etc/htmldocck.py`. - [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). [TypeScript-flavored JSDoc]: https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html |
