diff options
| author | Alona Enraght-Moony <code@alona.page> | 2025-09-05 20:41:43 +0100 |
|---|---|---|
| committer | Alona Enraght-Moony <code@alona.page> | 2025-09-05 20:41:43 +0100 |
| commit | d7f27bf9e03c8fbeb37104be2d99ba5b2397e51e (patch) | |
| tree | 57231f849dadd818ef6a7f3e5883d741a3aee1bd | |
| parent | 1d2457b04898edb898850e87f4fe57e5598dbdf6 (diff) | |
| download | rust-d7f27bf9e03c8fbeb37104be2d99ba5b2397e51e.tar.gz rust-d7f27bf9e03c8fbeb37104be2d99ba5b2397e51e.zip | |
Better link
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-json-test-suite.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-json-test-suite.md b/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-json-test-suite.md index 3044136c146..10e9452eda3 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-json-test-suite.md +++ b/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-json-test-suite.md @@ -1,7 +1,7 @@ # The `rustdoc-json` test suite This page is specifically about the test suite named `rustdoc-json`, which tests rustdoc's [json output]. -For other test suites used for testing rustdoc, see [Rustdoc tests](../rustdoc.md#tests). +For other test suites used for testing rustdoc, see [§Rustdoc test suites](../tests/compiletest.md#rustdoc-test-suites). Tests are run with compiletest, and have access to the usual set of [directives](../tests/directives.md). Frequenly used directives here are: |
