Skip to content

Commit

Permalink
Merge pull request #8 from builderjer/main
Browse files Browse the repository at this point in the history
update raspOVOS download link
  • Loading branch information
suvanbanerjee authored Jul 17, 2024
2 parents 6571872 + a09cc0c commit 001f457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function DownloadPage() {
<div className='bg-gray-200 dark:bg-gray-800 rounded-xl p-5 max-w-2xl mx-auto my-auto'>
<h1 className='text-2xl font-bold text-center pb-8 dark:text-gray-200'>Which device are you using?</h1>
<div className="flex flex-col md:flex-row justify-center items-center">
<Link href="https://downloads.openvoiceos.org/images/raspbian/latest/ovos-raspbian.zip">
<Link href="https://ovosimages.ziggyai.online/raspbian/testing/raspOVOS-headless-dev.zip">
<Image src={Pi} alt="Raspberry Pi" width={300} height={300} className="mx-auto" />
<p className="text-lg text-gray-600 mb-8 dark:text-gray-300 text-center" data-aos="zoom-y-out"> Raspberry Pi </p>
</Link>
Expand Down Expand Up @@ -140,4 +140,4 @@ export default function DownloadPage() {
)}
</section>
);
}
}

0 comments on commit 001f457

Please sign in to comment.