From efca8f4a84c71712af9b05b0383c6373e390b3d2 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:10:09 -0500 Subject: [PATCH] Update download link rendering + new doc URLs After another discussion (QubesOS/qubesos.github.io#273), I did the following: * update some links from the download page, that were pointing to documentation URLs on www.qubes-os.org instead of doc.qubes-os.org * remove the filtering of the download links based on their name, allowing "Upgrading to Qubes R[...]" links to be displayed * remove duplicate title attribute on links, because I don't think it is good for accessibility --- _data/downloads-page.yml | 4 ++-- _includes/downloads.html | 10 +--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/_data/downloads-page.yml b/_data/downloads-page.yml index fbfc8fe0..7f3af6f5 100644 --- a/_data/downloads-page.yml +++ b/_data/downloads-page.yml @@ -9,7 +9,7 @@ - r_version: testing snippets: - snippet: This is a testing release. - url: /doc/testing/ + url: https://doc.qubes-os.org/en/latest/user/downloading-installing-upgrading/testing.html - snippet: Please help us improve it by reporting any bugs you encounter. For important work, we recommend the latest stable release. - r_version: stable snippets: @@ -27,7 +27,7 @@ - text: Detached PGP signature - text: Release signing key - text: How to verify downloads - url: /security/verifying-signatures/ + url: https://doc.qubes-os.org/en/latest/project-security/verifying-signatures.html - text: All download mirrors url: '#mirrors' hover: View all download mirrors diff --git a/_includes/downloads.html b/_includes/downloads.html index 0b8e4a7b..a1e0e00f 100644 --- a/_includes/downloads.html +++ b/_includes/downloads.html @@ -128,15 +128,7 @@