From 60ab43fb5159d0b7cd6344dbd4bbe29a94cb92ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:09:39 +0800 Subject: [PATCH] Add redirects for integration-testing and headers (#2092) --- book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book.toml b/book.toml index 09770608..bf3f0b05 100644 --- a/book.toml +++ b/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"