diff --git a/README.md b/README.md index 13925d0..c706ecd 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Documentation ------------- More information can be found on the [Apache Commons Logging homepage](https://commons.apache.org/proper/commons-logging). -The [JavaDoc](https://commons.apache.org/proper/commons-logging/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-logging/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Logging should be posted to the [user mailing list][ml]. Where can I get the latest release? diff --git a/src/main/java/org/apache/commons/logging/package.html b/src/main/java/org/apache/commons/logging/package.html index e9b32a5..a5e8f9d 100644 --- a/src/main/java/org/apache/commons/logging/package.html +++ b/src/main/java/org/apache/commons/logging/package.html @@ -165,7 +165,7 @@ implementation uses the following rules:

argument to its constructor. -

See the SimpleLog JavaDocs for detailed +

See the SimpleLog Javadocs for detailed configuration information for this default implementation.

diff --git a/src/site/site.xml b/src/site/site.xml index 73d424a..667f746 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -37,11 +37,11 @@ under the License. href="/troubleshooting.html"/> - - - @@ -57,7 +57,7 @@ under the License. href="/tech.html"/> - diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4219096..4736127 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -61,7 +61,7 @@ Release Notes document the new features and bug fixes that have been included in the latest release.

The -JavaDoc API documents for the latest release are available online. +Javadoc API documents for the latest release are available online. In particular, you should read the package overview of the org.apache.commons.logging package. In addition, there is a (short) User Guide.