From bb527c5e5bdeff43a9a3dc5ac1c8139eca977660 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Tue, 24 Jun 2025 17:55:12 +1000 Subject: [PATCH] Fix Linux desktop download links to point to actual desktop versions - Replace CLI tar.bz2 links with proper desktop DEB and RPM packages - Use stable release URLs instead of hardcoded version numbers for consistency - Update Windows download to also use stable release for consistency - Improve button labels to clearly indicate which Linux distributions they support Fixes #3032 --- .../src/components/LinuxDesktopInstallButtons.js | 14 ++++---------- .../src/components/WindowsDesktopInstallButtons.js | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/documentation/src/components/LinuxDesktopInstallButtons.js b/documentation/src/components/LinuxDesktopInstallButtons.js index 3f422e861fe5..111f165e7600 100644 --- a/documentation/src/components/LinuxDesktopInstallButtons.js +++ b/documentation/src/components/LinuxDesktopInstallButtons.js @@ -8,21 +8,15 @@ const LinuxDesktopInstallButtons = () => {
- Linux x86_64 + DEB Package (Ubuntu/Debian) - Linux ARM64 - - - RPM Package + RPM Package (RHEL/Fedora)
diff --git a/documentation/src/components/WindowsDesktopInstallButtons.js b/documentation/src/components/WindowsDesktopInstallButtons.js index 7ef5c563f537..f33cf5f24347 100644 --- a/documentation/src/components/WindowsDesktopInstallButtons.js +++ b/documentation/src/components/WindowsDesktopInstallButtons.js @@ -8,7 +8,7 @@ const WindowsDesktopInstallButtons = () => {
Windows