mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Fix device link in recommended reading
This commit is contained in:
parent
7aa90a9a36
commit
c399f01227
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ func (gmx *Gomuks) internalStop(save bool) {
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("recommended reading:")
|
fmt.Println("recommended reading:")
|
||||||
fmt.Println("https://docs.mau.fi/gomuks/faq.html#where-does-gomuks-store-data")
|
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")
|
debug.Print("Exiting process")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue