From 5e91cacc5b19e589b1ad7273c65d2d16c5461362 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:55:01 -0400 Subject: [PATCH] Add redirections for the old windows pages * windows-qubes-4-X redirect to qubes-windows * qubes-windows-tools-4-X redirect to qubes-windows-tools * migrate-to-4-1 redirect to qubes-windows-migrate Should fix QubesOS/qubes-issues#10234 --- conf.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/conf.py b/conf.py index a0fcd220..04c9b13f 100644 --- a/conf.py +++ b/conf.py @@ -47,6 +47,18 @@ redirects = { "https://www.qubes-os.org/doc/visual-style-guide/", "user/downloading-installing-upgrading/downloads": "https://www.qubes-os.org/downloads/", + + # user/templates/windows URLs + "user/templates/windows/windows-qubes-4-1": + "qubes-windows.html", + "user/templates/windows/windows-qubes-4-0": + "qubes-windows.html", + "user/templates/windows/qubes-windows-tools-4-1": + "qubes-windows-tools.html", + "user/templates/windows/qubes-windows-tools-4-0": + "qubes-windows-tools.html", + "user/templates/windows/migrate-to-4-1": + "qubes-windows-migrate.html", }