From 17753f535c68157e80f30f50deb488133cc98258 Mon Sep 17 00:00:00 2001 From: jtbx Date: Sun, 24 Mar 2024 16:29:50 +0100 Subject: [PATCH] Fix URLs in config template --- config-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-template.json b/config-template.json index 65297c7..c397fd9 100644 --- a/config-template.json +++ b/config-template.json @@ -61,7 +61,7 @@ "14" ], "space": "CCCHH", - "logo": "https://next.hamburg.ccc.de/images/logo.svg", + "logo": "https://hamburg.ccc.de/images/logo.svg", "ext_ccc": "erfa", "url": "https://hamburg.ccc.de/", "location": { @@ -90,7 +90,7 @@ "links": [ { "name": "Wiki", - "url": "https://wiki.ccchh.net" + "url": "https://wiki.hamburg.ccc.de" }, { "name": "Git (Forgejo)",