aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-29 16:28:57 +0200
committerWilliam Hergès <william@herges.fr>2025-08-29 16:28:57 +0200
commit8d7139e44f32c8af9b5fb56a51076aaed26d0b0a (patch)
tree82929b1af65f4862edaa980eb1ce0b420173a351 /templates
parenta8bd90850bbfd8f902010f28582955365062265c (diff)
feat(legal): change link to repo
Diffstat (limited to 'templates')
-rw-r--r--templates/page/legal.gohtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml
index b8ef23b..b3a3a54 100644
--- a/templates/page/legal.gohtml
+++ b/templates/page/legal.gohtml
@@ -3,8 +3,8 @@
<h1>Legal information</h1>
<p>
The software behind this website was made by <a href="https://anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a>.
- It is available on <a href="https://github.com/anhgelus/now">GitHub</a> for free and licensed under the
- <a href="https://github.com/anhgelus/now/blob/main/LICENSE" target="_blank">AGPL</a> license.
+ It is available on <a href="https://git.anhgelus.world/anhgelus/now">my forge</a> for free and licensed under
+ the <a href="https://git.anhgelus.world/anhgelus/now/raw/branch/main/LICENSE" target="_blank">AGPL</a> license.
</p>
{{ .GetLegal }}
</div>