Skip to content

Commit

Permalink
Merge pull request #2200 from slingamn/download_url
Browse files Browse the repository at this point in the history
fix download link
  • Loading branch information
slingamn authored Jan 16, 2025
2 parents 148d743 + 2bb9980 commit 9dd7a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ergo.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Options:

// warning if running a non-final version
if strings.Contains(irc.Ver, "unreleased") {
logman.Warning("server", "You are currently running an unreleased beta version of Ergo that may be unstable and could corrupt your database.\nIf you are running a production network, please download the latest build from https://ergo.chat/downloads.html and run that instead.")
logman.Warning("server", "You are currently running an unreleased beta version of Ergo that may be unstable and could corrupt your database.\nIf you are running a production network, please download the latest build from https://ergo.chat/about and run that instead.")
}

server, err := irc.NewServer(config, logman)
Expand Down

0 comments on commit 9dd7a2b

Please sign in to comment.