From 1dd8651bda7ddde8d145143470b53900a7f5e947 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 22 Jan 2024 23:15:03 +0100 Subject: [PATCH] Update wiki links to point to wiki.hamburg.ccc.de --- .../public-web-static/spaceapid-config/ccchh-response.json | 2 +- config/hosts/public-web-static/virtualHosts/c3cat.de.nix | 2 +- .../virtualHosts/element-web-config/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hosts/public-web-static/spaceapid-config/ccchh-response.json b/config/hosts/public-web-static/spaceapid-config/ccchh-response.json index 47d11aa..3127d20 100644 --- a/config/hosts/public-web-static/spaceapid-config/ccchh-response.json +++ b/config/hosts/public-web-static/spaceapid-config/ccchh-response.json @@ -33,7 +33,7 @@ "links": [ { "name": "Wiki", - "url": "https://wiki.ccchh.net" + "url": "https://wiki.hamburg.ccc.de" }, { "name": "Git (Forgejo)", diff --git a/config/hosts/public-web-static/virtualHosts/c3cat.de.nix b/config/hosts/public-web-static/virtualHosts/c3cat.de.nix index 9533e93..f1ad527 100644 --- a/config/hosts/public-web-static/virtualHosts/c3cat.de.nix +++ b/config/hosts/public-web-static/virtualHosts/c3cat.de.nix @@ -28,7 +28,7 @@ ]; locations."/" = { - return = "302 https://wiki.ccchh.net/club:c3cat:start"; + return = "302 https://wiki.hamburg.ccc.de/club:c3cat:start"; }; extraConfig = '' diff --git a/config/hosts/public-web-static/virtualHosts/element-web-config/config.json b/config/hosts/public-web-static/virtualHosts/element-web-config/config.json index 393c215..19cfdf0 100644 --- a/config/hosts/public-web-static/virtualHosts/element-web-config/config.json +++ b/config/hosts/public-web-static/virtualHosts/element-web-config/config.json @@ -49,7 +49,7 @@ "auth_header_logo_url": "https://branding-resources.hamburg.ccc.de/logo/ccchh-logo-no-background.png", "auth_footer_links": [ { "text": "Website", "url": "https://hamburg.ccc.de/" }, - { "text": "Wiki", "url": "https://wiki.ccchh.net/" }, + { "text": "Wiki", "url": "https://wiki.hamburg.ccc.de/" }, { "text": "Status", "url": "https://status.ccchh.net/status/main" } ] }