fixing url to jetty

This commit is contained in:
Joakim Erdfelt 2014-10-07 10:23:02 -07:00
parent eb39d75f29
commit 8e99c51d86
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class HttpSpiContextHandler extends ContextHandler
ex.printStackTrace(writer);
writer.println("</pre>");
writer.println("<p><i><small><a href=\"http://jetty.mortbay.org\">Powered by jetty://</a></small></i></p>");
writer.println("<p><i><small><a href=\"http://eclipse.org/jetty\">Powered by jetty://</a></small></i></p>");
writer.close();
}