Commit d61eaebd authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Correct the URL in the error page.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1375 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9187d074
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment