From 21aa425cbc33b8e9e3b2c0ac675062fe9643903b Mon Sep 17 00:00:00 2001 From: WalkerWatch Date: Thu, 2 Nov 2017 13:36:02 -0400 Subject: [PATCH] Fixing broken link and typo. --- .../asciidoc/reference/architecture/jetty-classloading.adoc | 2 +- .../main/asciidoc/reference/jetty-xml/jetty-xml-config.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jetty-documentation/src/main/asciidoc/reference/architecture/jetty-classloading.adoc b/jetty-documentation/src/main/asciidoc/reference/architecture/jetty-classloading.adoc index 5fcec472e60..5b645c25383 100644 --- a/jetty-documentation/src/main/asciidoc/reference/architecture/jetty-classloading.adoc +++ b/jetty-documentation/src/main/asciidoc/reference/architecture/jetty-classloading.adoc @@ -133,7 +133,7 @@ You can add extra classpaths to Jetty in several ways. [[classpaths-using-start-jar]] ===== Using `start.jar` -If you are using xref:advanced-start-features[], at startup the jetty runtime automatically loads option Jars from the top level `$jetty.home/lib` directory. The default settings include: +If you are using `start.jar` via the Jetty distribution, at startup the Jetty runtime automatically loads option Jars from the top level `$jetty.home/lib` directory. The default settings include: * Adding Jars under `$jetty.home/lib/ext` to the system classpath. You can place additional Jars here. diff --git a/jetty-documentation/src/main/asciidoc/reference/jetty-xml/jetty-xml-config.adoc b/jetty-documentation/src/main/asciidoc/reference/jetty-xml/jetty-xml-config.adoc index fed25aa15e7..fa09b35fd51 100644 --- a/jetty-documentation/src/main/asciidoc/reference/jetty-xml/jetty-xml-config.adoc +++ b/jetty-documentation/src/main/asciidoc/reference/jetty-xml/jetty-xml-config.adoc @@ -17,7 +17,7 @@ [[jetty-xml-config]] === `jetty.xml` -`jetty.xml` is the default configuration file for Jetty, typically located at ` $JETTY_HOME/etc/jetty.xml`. Usually the `jetty.xml` configures: +`jetty.xml` is the default configuration file for Jetty, typically located at `$JETTY_HOME/etc/jetty.xml`. Usually the `jetty.xml` configures: * The Server class (or subclass if extended) and global options. * A ThreadPool (min and max thread). @@ -30,7 +30,7 @@ Not all Jetty features are configured in `jetty.xml`. There are several optional configuration files that share the same format as `jetty.xml` and, if specified, concatenate to it. These configuration files are also stored in `$JETTY_HOME/etc/`, and examples of them are in http://github.com/eclipse/jetty.project/jetty-server/src/main/config/etc/[Github Repository]. -The selection of which configuration files to use is controlled by xref:advanced-start-features[] and the process of merging configuration is described in xref:jetty-xml-usage[]. +The selection of which configuration files to use is controlled by `start.jar` and the process of merging configuration is described in xref:jetty-xml-usage[]. [[root-element-jetty-xml]] ==== Root Element