Skip to content

Commit

Permalink
Docs: fix frontpage download link
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 19, 2024
1 parent a62445c commit dd6a6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/frontpage/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const Hero = () => {
beginners and experts.
</p>
<div className="mt-10 flex items-center gap-x-6">
<Button href="https://github.com/Rat-OS/RatOS/releases/latest">
<Button href="https://github.com/Rat-OS/RatOS/releases">
<DownloadCloudIcon className="size-5" />{" "}
Download
</Button>
Expand Down

0 comments on commit dd6a6c5

Please sign in to comment.