From 723df7e9353a425bf5db48aebaf53dc09e778d97 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Wed, 25 Mar 2026 07:08:00 -0400 Subject: [PATCH] Add redirect from old board page to flashing This ended up being more of a correction to an existing redirect. Built site, tested redirect locally. Ran linkcheck. No issues This commit addresses issue FFTK-4740, "fix broken link to board page" Signed-off-by: Katrina Prosise --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 3eac2e87..2dc27f82 100644 --- a/source/conf.py +++ b/source/conf.py @@ -350,7 +350,7 @@ # Maps source: target, target path is relative to source. redirects = { - "reference-manual/boards": "../user-guide/flashing/flashing.html", + "reference-manual/boards/boards": "../../user-guide/flashing/flashing.html", "user-guide/cert-rotation": "rotating-cert.html", "reference-manual/docker/compose-apps": "../../user-guide/containers-and-docker/compose-apps.html", "reference-manual/docker/configure-docker-helper": "../../user-guide/containers-and-docker/configure-docker-helper.html",