From 25549fdc534b0b99dc3b7f139528d1b3ae99e304 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 15 Nov 2023 19:48:36 +0100 Subject: [PATCH] fix: link to our statutes / satzung --- hosts/nachtigall/apps/nginx-website.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nachtigall/apps/nginx-website.nix b/hosts/nachtigall/apps/nginx-website.nix index 44afe37..592dee4 100644 --- a/hosts/nachtigall/apps/nginx-website.nix +++ b/hosts/nachtigall/apps/nginx-website.nix @@ -45,7 +45,7 @@ "/satzung" = { extraConfig = '' - return 302 https://cloud.pub.solar/s/2tRCP9aZFCiWxQy; + return 302 https://cloud.pub.solar/s/iaKqiW25QJpHPYs; ''; }; -- 2.44.1