Address javadoc linkages in test webapp and root context
This commit is contained in:
parent
2bc4cdcd01
commit
82d6388a59
|
@ -29,8 +29,8 @@ The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Sour
|
|||
<ul>
|
||||
<li><a href="/test/">Test Jetty Webapp</a></li>
|
||||
<li><a href="/async-rest/">Async Rest</a></li>
|
||||
<li><a href="/javadoc/">Javadoc context</a></li>
|
||||
<li><a href="/xref/">Proxy to xref</a></li>
|
||||
<li><a href="/javadoc/">Transparent Proxy to Javadoc</a></li>
|
||||
<li><a href="/xref/">Transparent Proxy to Xref</a></li>
|
||||
<li><a href="/oldContextPath/">Redirected Context</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
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://www.eclipse.org/jetty/documentation/current/">documentation</a> or see the bundled <a href="javadoc/">javadoc</a>.<br/>
|
||||
or <a href="http://www.eclipse.org/jetty/documentation/current/">documentation</a> hub.<br/>
|
||||
Commercial support for Jetty is available via <a href="http://www.webtide.com">Webtide</a> and <a href="http://www.intalio.com">Intalio</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue