Switch about URL

This commit is contained in:
clerie 2020-06-07 15:03:07 +02:00
parent 4cf7fbd755
commit a19a52206b
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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():