Fix Linux desktop download links to point to actual desktop versions (#3051)

This commit is contained in:
Michael Neale
2025-06-24 19:42:26 +10:00
committed by GitHub
parent e6a893254d
commit 9c8e3e3500
2 changed files with 5 additions and 11 deletions
@@ -8,7 +8,7 @@ const WindowsDesktopInstallButtons = () => {
<div className="pill-button">
<Link
className="button button--primary button--lg"
to="https://github.com/block/goose/releases/download/v1.0.29/Goose-win32-x64.zip"
to="https://github.com/block/goose/releases/download/stable/Goose-win32-x64.zip"
>
<IconDownload /> Windows
</Link>