diff -uprN web-6.1/scripts/js/footer.js web-6.1.cust/scripts/js/footer.js
--- web-6.1/scripts/js/footer.js	2025-03-30 18:54:52.000000000 +0200
+++ web-6.1.cust/scripts/js/footer.js	2025-03-30 19:50:14.508970607 +0200
@@ -508,7 +508,7 @@ function updateVersionInfo() {
         branch: version.core.local.branch,
         hash: version.core.local.hash,
         hash_remote: version.core.remote.hash,
-        url: "https://github.com/pi-hole/pi-hole/releases",
+        url: "https://aur.archlinux.org/packages/pi-hole-core",
       },
       {
         name: "FTL",
@@ -517,7 +517,7 @@ function updateVersionInfo() {
         branch: version.ftl.local.branch,
         hash: version.ftl.local.hash,
         hash_remote: version.ftl.remote.hash,
-        url: "https://github.com/pi-hole/FTL/releases",
+        url: "https://aur.archlinux.org/packages/pi-hole-ftl",
       },
       {
         name: "Web interface",
@@ -526,7 +526,7 @@ function updateVersionInfo() {
         branch: version.web.local.branch,
         hash: version.web.local.hash,
         hash_remote: version.web.remote.hash,
-        url: "https://github.com/pi-hole/web/releases",
+        url: "https://aur.archlinux.org/packages/pi-hole-web",
       },
     ];