]> err.no Git - varnish/commitdiff
Correct the URL in the error page.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 2 May 2007 13:56:24 +0000 (13:56 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 2 May 2007 13:56:24 +0000 (13:56 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1375 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_response.c

index b882485ee8d19591bd69042df73de4f532c00ba8..dcf56c45e3f747297505436fda2273b6f09d26bc 100644 (file)
@@ -148,7 +148,7 @@ RES_Error(struct sess *sp, int code, const char *expl)
        vsb_printf(sb, "    <H3>Guru Meditation:</H3>\r\n", expl);
        vsb_printf(sb, "    <P>XID: %u</P>\r\n", sp->xid);
        vsb_cat(sb,
-               "    <I><A href=\"http://varnish.linpro.no/\">Varnish</A></I>\r\n"
+               "    <I><A href=\"http://www.varnish-cache.org/\">Varnish</A></I>\r\n"
                "  </BODY>\r\n"
                "</HTML>\r\n");
        vsb_finish(sb);