summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-11-04 14:09:39 +0800
committerGitHub <noreply@github.com>2024-11-04 14:09:39 +0800
commit066191ebf26caab3b61e39591f619224dc5d3423 (patch)
tree2c7056b1a3b4559fbde5dc5fdeb11ad73e750961 /src/doc/rustc-dev-guide
parent15013dae4e0cd98bee1ead93b24a9911e36b94b8 (diff)
downloadrust-066191ebf26caab3b61e39591f619224dc5d3423.tar.gz
rust-066191ebf26caab3b61e39591f619224dc5d3423.zip
Add redirects for integration-testing and headers (#2092)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/book.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml
index 097706087b6..bf3f0b05b86 100644
--- a/src/doc/rustc-dev-guide/book.toml
+++ b/src/doc/rustc-dev-guide/book.toml
@@ -54,3 +54,5 @@ warning-policy = "error"
 "/diagnostics/sessiondiagnostic.html" = "diagnostic-structs.html"
 "/diagnostics/diagnostic-codes.html" = "error-codes.html"
 "/miri.html" = "const-eval/interpret.html"
+"/tests/integration.html" = "ecosystem.html"
+"/tests/headers.html" = "directives.html"