update repo links

This commit is contained in:
Robin Appelman 2025-05-21 19:09:57 +02:00
commit 9fedf21bd6

View file

@ -56,7 +56,7 @@ impl Page for AboutPage {
}
p {
"Any issue, bug or suggestion can be reported over on "
a href = "https://github.com/demostf/frontend/issues" { "Github" }
a href = "https://codeberg.org/demostf/frontend/issues" { "Codeberg" }
"."
}
}
@ -66,7 +66,7 @@ impl Page for AboutPage {
}
p {
"All code making up demos.tf is open source and can be found ad "
a href = "https://github.com/demostf" { "Github" }
a href = "https://codeberg.org/demostf" { "Codeberg" }
" or "
a href = "https://git.demos.tf/demostf" { "git.demos.tf" }
"."