Update bug tracker URL in cgi_error_unknown()
authorFabian Keil <fk@fabiankeil.de>
Thu, 3 Dec 2020 19:52:14 +0000 (20:52 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Dec 2020 16:33:55 +0000 (17:33 +0100)
cgi.c

diff --git a/cgi.c b/cgi.c
index 7518219..94f6875 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1277,7 +1277,7 @@ jb_err cgi_error_unknown(const struct client_state *csp,
    static const char body_suffix[] =
       "</b></p>\n"
       "<p>Please "
    static const char body_suffix[] =
       "</b></p>\n"
       "<p>Please "
-      "<a href=\"http://sourceforge.net/tracker/?group_id=11118&amp;atid=111118\">"
+      "<a href=\"https://sourceforge.net/p/ijbswa/bugs/\">"
       "file a bug report</a>.</p>\n"
       "</body>\n"
       "</html>\n";
       "file a bug report</a>.</p>\n"
       "</body>\n"
       "</html>\n";