diff --git a/404.html b/404.html index 6d9b5b6..98b5414 100644 --- a/404.html +++ b/404.html @@ -30,7 +30,9 @@

Page Moved

if (path.startsWith("/esp-hal/esp-hal")) { window.location.href = "https://docs.espressif.com/projects/rust/esp-hal/latest/"; } else if (path.startsWith("/esp-hal/esp-wifi")) { - window.location.href = "https://docs.espressif.com/projects/rust/esp-wifi/latest/"; + window.location.href = "https://docs.espressif.com/projects/rust/esp-radio/latest/"; + } else if (path.startsWith("/esp-hal/esp-hal-embassy") || path.startsWith("/projects/rust/esp-hal-embassy")) { + window.location.href = "https://docs.espressif.com/projects/rust/esp-rtos/latest/"; } else if (path.startsWith("/book")) { const suffix = path.substring("/book/".length); window.location.href = "http://docs.espressif.com/projects/rust/book/" + suffix;