From: Jannik ZANDER Date: Fri, 19 Sep 2025 17:21:09 +0000 (+0200) Subject: Fix links X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=1e78009e6b01fe897ff4ed4a8166947bd8828968;p=zndr-11ty.git Fix links --- diff --git a/site/_data/services.json b/site/_data/services.json index 0086d75..f989c8a 100644 --- a/site/_data/services.json +++ b/site/_data/services.json @@ -31,21 +31,21 @@ }, { "name": "Pi-hole", - "href": "https://dns.zndr.dk/admin/", + "href": "https://dns.zndr.dk", "desc": "DNS-level ad/tracker blocking.", "tag": "LAN", "lan": true }, { "name": "Grafana", - "href": "https://grafana.zndr.dk/admin/", + "href": "https://grafana.zndr.dk", "desc": "Dashboard and visualization of data.", "tag": "LAN", "lan": true }, { "name": "Influx", - "href": "https://influx.zndr.dk/admin/", + "href": "https://influx.zndr.dk", "desc": "Database for time-series data.", "tag": "LAN", "lan": true @@ -59,7 +59,7 @@ }, { "name": "phpMyAdmin", - "href": "https://db.zndr.dk/", + "href": "https://db.zndr.dk", "desc": "Relational database management.", "tag": "LAN", "lan": true