From 952e269841eff0c9e816162430552a894764039c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 9 Jul 2024 14:14:21 -0400 Subject: [PATCH] fix redirects --- book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 7fc149a..3aaad01 100644 --- a/book.toml +++ b/book.toml @@ -40,7 +40,7 @@ enable = true level = 0 [output.html.redirect] -"/2024h2/async_fn_everywhere.html" = "/2024h2/async.html" -"/2024h2/slate.html" = "/2024h2/index.html" +"/2024h2/async_fn_everywhere.html" = "rust-project-goals/2024h2/async.html" +"/2024h2/slate.html" = "rust-project-goals/2024h2/index.html" [output.markdown] \ No newline at end of file