Update index.html

This commit is contained in:
Jesse McConnell 2016-02-26 07:34:33 -06:00
parent ad8733e5ab
commit 881edcb640
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ This example tests some aspects of the servlet 3.1 specification:<ul>
<li>servlet container initializers. <li>servlet container initializers.
<li>multi-part upload support. <li>multi-part upload support.
</ul> </ul>
The source repository for this test is available <a href="http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/tests/test-webapps/test-servlet-spec">here</a>. The source repository for this test is available <a href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-servlet-spec">here</a>.
</p> </p>
<h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3> <h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3>