From 2bb9980e56ab1a00433085810d4e0617d6008390 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 11 Dec 2024 22:50:24 -0500 Subject: [PATCH] fix download link --- ergo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ergo.go b/ergo.go index 500c5cf2..89046c28 100644 --- a/ergo.go +++ b/ergo.go @@ -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)