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
This commit is contained in:
parulin 2025-09-17 15:55:01 -04:00
parent 1d3298cf6d
commit 5e91cacc5b
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C

12
conf.py
View file

@ -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",
}