From a19a52206bda9a56d82552d919a5c2396cd47243 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 7 Jun 2020 15:03:07 +0200 Subject: [PATCH] Switch about URL --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ce408e0..4abe368 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ def tu_ilmenau(): @app.route('/about/') def about(): - return redirect("https://github.com/clerie/walduni", code=302) + return redirect("https://git.clerie.de/clerie/walduni", code=302) @app.route('/turm/') def turm():