update gitea -> forgejo url

This commit is contained in:
Lephenixnoir 2024-03-13 21:04:14 +01:00
parent 57db56f639
commit c6bd4cf436
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ for (name, calc) in db.all_calcs():
if standalone:
url = f"../images/small/{name}.jpg"
else:
url = "https://gitea.planet-casio.com/Lephenixnoir/CalcDB/raw/"\
url = "https://git.planet-casio.com/Lephenixnoir/CalcDB/raw/"\
f"branch/master/images/small/{name}.jpg"
cssname = "calc calc-" + name.replace("+", "p")