diff --git a/book.toml b/book.toml index 34a139a3..16b44e10 100644 --- a/book.toml +++ b/book.toml @@ -44,6 +44,7 @@ editable = true [output.html.redirect] # Redirects in the form of "old-path" = "new-path", where the new path # is relative to the old path. +"async/concurrency/channels.html" = "../channels.html" "exercises/day-4/afternoon.html" = "../android/morning.html" "exercises/day-4/android.html" = "../android/morning.html" "exercises/day-4/dining-philosophers.html" = "../concurrency/dining-philosophers.html"