From 6a7f316726309828a5f6b67bde0d2ddfde6c89a5 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Wed, 1 Oct 2025 12:29:38 +0100 Subject: [PATCH] update redirects --- 404.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;