summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2022-04-26 20:20:53 -0700
committerLibravatar Terin Stock <terinjokes@gmail.com>2023-01-31 15:16:26 +0100
commit93f17a3cc09b34f7e8ff1ee14d83b952de4be66d (patch)
treedc4ab98fd8dadce212f59810eb9657cdcd94cc2f /web
parent[bugfix] Use background context instead of request context for async processi... (diff)
downloadgotosocial-93f17a3cc09b34f7e8ff1ee14d83b952de4be66d.tar.xz
[chore] update URLs to forked source
To satisfy the requirements of the AGPL v3 license used by GoToSocial, I must update the URLs provided by the server to point at this forked repository, and I must do so before making the server available over any network.
Diffstat (limited to 'web')
-rw-r--r--web/template/footer.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl
index 11e14ba4d..4660ba10c 100644
--- a/web/template/footer.tmpl
+++ b/web/template/footer.tmpl
@@ -2,7 +2,7 @@
</div>
<footer>
<div id="version">
- <a name="Source code" href="https://github.com/superseriousbusiness/gotosocial">
+ <a name="Source code" href="https://git.terinstock.com/gotosocial.git/">
GoToSocial <span class="accent">{{.instance.Version}}</span>
</a>
</div>
@@ -24,4 +24,4 @@
{{ end }}
{{ end }}
</body>
-</html> \ No newline at end of file
+</html>