diff options
-rw-r--r-- | cmd/gotosocial/main.go | 2 | ||||
-rw-r--r-- | web/template/footer.tmpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go index 6edede6d5..f89b49a58 100644 --- a/cmd/gotosocial/main.go +++ b/cmd/gotosocial/main.go @@ -45,7 +45,7 @@ func main() { rootCmd := &cobra.Command{ Use: "gotosocial", Short: "GoToSocial - a fediverse social media server", - Long: "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://github.com/superseriousbusiness/gotosocial", + Long: "GoToSocial - a fediverse social media server\n\nFor help, see: https://docs.gotosocial.org.\n\nCode: https://git.terinstock.com/gotosocial.git/", Version: version, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { // before running any other cmd funcs, we must load config-path 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> |