Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test-jetty-webapp')
-rw-r--r--test-jetty-webapp/src/main/webapp/remote.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-jetty-webapp/src/main/webapp/remote.html b/test-jetty-webapp/src/main/webapp/remote.html
index d54c44f5e2..b759568f4c 100644
--- a/test-jetty-webapp/src/main/webapp/remote.html
+++ b/test-jetty-webapp/src/main/webapp/remote.html
@@ -5,13 +5,13 @@
<META http-equiv="Cache-Control" content="no-cache,no-store">
</HEAD>
<BODY>
-<A HREF="http://jetty.eclipse.org"><IMG SRC="jetty_banner.gif"></A>
+<A HREF="http://www.eclipse.org/jetty"><IMG SRC="jetty_banner.gif"></A>
<h1>Welcome to Jetty 7 - REMOTE ACCESS!!</h1>
<p>
This is the Test webapp for the Jetty 7 HTTP Server and Servlet Container.
For more information about Jetty, please visit our
-<a href="http://jetty.eclipse.org">website</a>
-or <a href="http://docs.codehaus.org/display/JETTY/Jetty+Wiki">wiki</a>.
+<a href="http://www.eclipse.org/jetty">website</a>
+or <a href="http://www.eclipse.org/jetty/documentation/">documentation</a>.
Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>.
</p>
<p>

Back to the top