From b17ce5f905051cce122f091451c54ffa193986d4 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 9 Jul 2021 18:21:01 +0200 Subject: [PATCH] nodes/htz.ex42: fix git.kunsmann.eu redirect url --- nodes/htz/ex42-1048908.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 655fb3f..772226f 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -329,7 +329,7 @@ nodes['htz.ex42-1048908'] = { 'git.kunsmann.eu': { 'locations': { '/': { - 'redirect': 'https://git.kunsmann.eu$request_uri', + 'redirect': 'https://git.franzi.business$request_uri', }, }, },