diff --git a/src/components/sections/downloads/DownloadsHero.vue b/src/components/sections/downloads/DownloadsHero.vue index 82d290c..abf8c75 100644 --- a/src/components/sections/downloads/DownloadsHero.vue +++ b/src/components/sections/downloads/DownloadsHero.vue @@ -6,7 +6,7 @@ import CardContent from '@/components/ui/CardContent.vue'; import { Download, Shield } from 'lucide-vue-next'; function downloadFile() { - const url = "https://n0sys.duckdns.org/git/lucas/nosys_libs/raw/branch/main/app/start.py"; + const url = "https://n0sys.duckdns.org/downloads/libs/app/start.py"; const link = document.createElement('a'); link.href = url; link.download = url.split('/').pop();