Skip to content

Commit

Permalink
fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jul 9, 2024
1 parent 719073e commit 952e269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 952e269

Please sign in to comment.