Mailing List Archive

r1375 - trunk/varnish-cache/bin/varnishd
Author: des
Date: 2007-05-02 15:56:24 +0200 (Wed, 02 May 2007)
New Revision: 1375

Modified:
trunk/varnish-cache/bin/varnishd/cache_response.c
Log:
Correct the URL in the error page.


Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c 2007-05-02 12:20:43 UTC (rev 1374)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c 2007-05-02 13:56:24 UTC (rev 1375)
@@ -148,7 +148,7 @@
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);