fix broken footer link: vpn-appstore -> vpn-app (404)
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 14s
Deploy Internet for Kids / Deploy (push) Successful in 7s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s

Link check found go.agiliton.eu/vpn-appstore returns 404.
Correct URL is /vpn-app.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-06 08:14:41 +03:00
parent 1440c33fb3
commit c8673ed77a

View File

@@ -45,7 +45,7 @@
</div> </div>
<div style="border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center;font-size:0.85rem;color:#6b7280;font-family:system-ui,sans-serif"> <div style="border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center;font-size:0.85rem;color:#6b7280;font-family:system-ui,sans-serif">
<p> <p>
&copy; {{ now.Year }} Internet for Kids | Powered by <a href="https://go.agiliton.eu/vpn-appstore" style="color:var(--ifk-accent);text-decoration:none">Agiliton VPN</a> &copy; {{ now.Year }} Internet for Kids | Powered by <a href="https://go.agiliton.eu/vpn-app" style="color:var(--ifk-accent);text-decoration:none">Agiliton VPN</a>
</p> </p>
{{ partial "extend-footer.html" . }} {{ partial "extend-footer.html" . }}
</div> </div>