From: Fabian Keil <fk@fabiankeil.de> Date: Thu, 3 Dec 2020 19:52:14 +0000 (+0100) Subject: Update bug tracker URL in cgi_error_unknown() X-Git-Tag: v_3_0_30~271^2~90 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=5ff9bd03ba71c65a6d382a8d2311d38eaf1f8f62;p=privoxy.git Update bug tracker URL in cgi_error_unknown() --- diff --git a/cgi.c b/cgi.c index 75182199..94f6875f 100644 --- 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 " - "<a href=\"http://sourceforge.net/tracker/?group_id=11118&atid=111118\">" + "<a href=\"https://sourceforge.net/p/ijbswa/bugs/\">" "file a bug report</a>.</p>\n" "</body>\n" "</html>\n";