Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2010-05-18 09:15:42 +0000
committerJan Bartel2010-05-18 09:15:42 +0000
commit42e4723bc2fdb879be3cf5d59df31a81e6012a50 (patch)
treeb60cb211e05e3a832a703003a68c81b752b82a1c
parent14d997de307d54209b03c117d44c562289f335f7 (diff)
downloadorg.eclipse.jetty.project-42e4723bc2fdb879be3cf5d59df31a81e6012a50.tar.gz
org.eclipse.jetty.project-42e4723bc2fdb879be3cf5d59df31a81e6012a50.tar.xz
org.eclipse.jetty.project-42e4723bc2fdb879be3cf5d59df31a81e6012a50.zip
Update links to jetty website at eclipse and wiki at eclipse
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1819 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt1
-rw-r--r--test-jetty-webapp/src/main/webapp/index.html4
2 files changed, 3 insertions, 2 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 3ad737dfcd..bca97f826a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,7 @@
jetty-SNAPSHOT
+ 308866 Update test suite to JUnit4 - Module jetty-util
+ 313196 randomly allocate ports for session test.
+ + Update links to jetty website and wiki on test webapp
jetty-7.1.1.v20100517
+ 302344 Make the list of available contexts if root context is not configured optional
diff --git a/test-jetty-webapp/src/main/webapp/index.html b/test-jetty-webapp/src/main/webapp/index.html
index 751d168285..28f1b26eeb 100644
--- a/test-jetty-webapp/src/main/webapp/index.html
+++ b/test-jetty-webapp/src/main/webapp/index.html
@@ -10,8 +10,8 @@
<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://wiki.eclipse.org/Jetty">wiki</a>.
Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>.
</p>
<p>

Back to the top