footer: update guid

This commit is contained in:
mojib
2023-01-31 15:24:09 +01:00
committed by Christoph Ladurner
parent 087cafa3ae
commit 3a508ac3f0
3 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ def guide():
return redirect( return redirect(
url_for( url_for(
"static", "static",
filename=f"documents/TUGraz_Repository_Guide_02_{locale}.pdf", filename=f"documents/TUGraz_Repository_Guide_03_{locale}.pdf",
_external=True, _external=True,
) )
) )