From c399f01227efc5f468e4407b3aea1df8ce05f8c1 Mon Sep 17 00:00:00 2001 From: FIGBERT Date: Sun, 16 Jul 2023 02:37:15 +0300 Subject: [PATCH] Fix device link in recommended reading --- gomuks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gomuks.go b/gomuks.go index 4b24422..2ed09cd 100644 --- a/gomuks.go +++ b/gomuks.go @@ -152,7 +152,7 @@ func (gmx *Gomuks) internalStop(save bool) { fmt.Println() fmt.Println("recommended reading:") fmt.Println("https://docs.mau.fi/gomuks/faq.html#where-does-gomuks-store-data") - fmt.Println("https://beepberry.sqfmi.com") + fmt.Println("https://beepy.sqfmi.com") } debug.Print("Exiting process") os.Exit(0)