Update ExampleServerXml.java

This commit is contained in:
Jesse McConnell 2016-02-26 07:30:14 -06:00
parent 74f8abf8af
commit b3dc23f2c0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.eclipse.jetty.xml.XmlConfiguration;
* Configures and Starts a Jetty server from an XML declaration.
* <p>
* See <a href=
* "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/examples/embedded/src/main/resources/exampleserver.xml"
* "https://github.com/eclipse/jetty.project/blob/master/examples/embedded/src/main/resources/exampleserver.xml"
* >exampleserver.xml</a>
* </p>
*/