summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/gotosocial/main.go2
-rw-r--r--web/template/maintenance.tmpl8
-rw-r--r--web/template/page_footer.tmpl6
3 files changed, 7 insertions, 9 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go
index c9bcef2b8..9bb3bd830 100644
--- a/cmd/gotosocial/main.go
+++ b/cmd/gotosocial/main.go
@@ -43,7 +43,7 @@ func main() {
rootCmd := new(cobra.Command)
rootCmd.Use = "gotosocial"
rootCmd.Short = "GoToSocial - a fediverse social media server"
- rootCmd.Long = "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://codeberg.org/superseriousbusiness/gotosocial"
+ rootCmd.Long = "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://git.terinstock.com/gotosocial.git (fork)"
rootCmd.Version = version
rootCmd.SilenceErrors = true
rootCmd.SilenceUsage = true
diff --git a/web/template/maintenance.tmpl b/web/template/maintenance.tmpl
index d3fa5a271..5aedeaf5a 100644
--- a/web/template/maintenance.tmpl
+++ b/web/template/maintenance.tmpl
@@ -58,14 +58,12 @@
<ul class="nodot">
<li id="version">
<a
- href="https://codeberg.org/superseriousbusiness/gotosocial"
+ href="https://git.terinstock.com/gotosocial.git"
class="nounderline"
rel="nofollow noreferrer noopener"
target="_blank"
>
- <span aria-hidden="true">🦥</span>
- Source - GoToSocial
- <span aria-hidden="true">🦥</span>
+ Source - GoToSocial {{ .instance.Version }} (fork)
</a>
</li>
</ul>
@@ -73,4 +71,4 @@
</footer>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/web/template/page_footer.tmpl b/web/template/page_footer.tmpl
index c205327fd..672ac19b9 100644
--- a/web/template/page_footer.tmpl
+++ b/web/template/page_footer.tmpl
@@ -30,13 +30,13 @@
</li>
<li id="version">
<a
- href="https://codeberg.org/superseriousbusiness/gotosocial"
+ href="https://git.terinstock.com/gotosocial.git"
class="nounderline"
rel="nofollow noreferrer noopener"
target="_blank"
>
<span aria-hidden="true">🦥🏳️‍🌈</span>
- Source - GoToSocial {{ .instance.Version }}
+ Source - GoToSocial {{ .instance.Version }} (fork)
<span aria-hidden="true">🏳️‍⚧️🦥</span>
</a>
</li>
@@ -64,4 +64,4 @@
{{- end }}
</ul>
</nav>
-{{- end }} \ No newline at end of file
+{{- end }}