From bfa6bb93b95d6144e3076c31885cf3e356e4e44f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 22 Mar 2024 18:13:49 +0100 Subject: [PATCH] src/debug.c: fix GitHub reference Signed-off-by: Drew DeVault --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index c7a228ac1..89d33bfd7 100644 --- a/src/debug.c +++ b/src/debug.c @@ -2359,7 +2359,7 @@ void bugReportEnd(int killViaSignal, int sig) { serverLogRawFromHandler(LL_WARNING|LL_RAW, "\n=== REDICT BUG REPORT END. Make sure to include from START to END. ===\n\n" -" Please report the crash by opening an issue on github:\n\n" +" Please report the crash by opening an issue on Codeberg:\n\n" " https://codeberg.org/redict/redict/issues\n\n" " If a Redict module was involved, please open in the module's repo instead.\n\n" " Suspect RAM error? Use redict-server --test-memory to verify it.\n\n"