From 9cd714dd191fb9e8327ac38a05b68696965e13a4 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, 7 Oct 2024 23:03:19 +0800 Subject: [PATCH] Add redirects for integration-testing and headers chapters --- book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book.toml b/book.toml index 097706087..bf3f0b05b 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"