Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-09-24 21:04:10 +0000
committerJesse McConnell2012-09-24 21:04:10 +0000
commit9a58e9e671ee0b069c1a6a7f6b4be40d96361a0c (patch)
tree90a85f4667fe6515fe5017681e041d74a47aa460 /test-jetty-webapp
parent1cfa277c6c55252022227c9f1ee2bae8c49c9595 (diff)
downloadorg.eclipse.jetty.project-9a58e9e671ee0b069c1a6a7f6b4be40d96361a0c.tar.gz
org.eclipse.jetty.project-9a58e9e671ee0b069c1a6a7f6b4be40d96361a0c.tar.xz
org.eclipse.jetty.project-9a58e9e671ee0b069c1a6a7f6b4be40d96361a0c.zip
address jetty 8 -> 9 differences
Diffstat (limited to 'test-jetty-webapp')
-rw-r--r--test-jetty-webapp/src/main/webapp/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-jetty-webapp/src/main/webapp/index.html b/test-jetty-webapp/src/main/webapp/index.html
index 630bc1da19..52b596ddea 100644
--- a/test-jetty-webapp/src/main/webapp/index.html
+++ b/test-jetty-webapp/src/main/webapp/index.html
@@ -11,9 +11,9 @@
</HEAD>
<BODY>
<A HREF="http://jetty.eclipse.org"><IMG SRC="jetty_banner.gif"></A>
-<h1>Welcome to Jetty 8</h1>
+<h1>Welcome to Jetty 9</h1>
<p>
-This is the Test webapp for the Jetty 8 HTTP Server and Servlet Container.
+This is the Test webapp for the Jetty 9 HTTP Server and Servlet Container.
For more information about Jetty, please visit our
<a href="http://www.eclipse.org/jetty">website</a>
or <a href="http://wiki.eclipse.org/Jetty">wiki</a> or see the bundled <a href="javadoc/">javadoc</a>.<br/>

Back to the top