From 9c8e3e350068fe5379f4cef9d8f6c46a61de1de0 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Tue, 24 Jun 2025 19:42:26 +1000 Subject: [PATCH] Fix Linux desktop download links to point to actual desktop versions (#3051) --- .../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 3f422e86..111f165e 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 7ef5c563..f33cf5f2 100644 --- a/documentation/src/components/WindowsDesktopInstallButtons.js +++ b/documentation/src/components/WindowsDesktopInstallButtons.js @@ -8,7 +8,7 @@ const WindowsDesktopInstallButtons = () => {
Windows