From 93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sun, 27 Apr 2025 13:36:27 +0200 Subject: [chore] Rewrite all remaining Github links --- cmd/gotosocial/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/gotosocial/main.go b/cmd/gotosocial/main.go index 8e17fc637..a79b6a75c 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://codeberg.org/superseriousbusiness/gotosocial", Version: version, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { // before running any other cmd funcs, we must load config-path -- cgit v1.2.3