Author: ggregory Date: Tue May 15 18:58:35 2018 New Revision: 1831658 URL: http://svn.apache.org/viewvc?rev=1831658&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'.
Modified: commons/proper/logging/trunk/README.md commons/proper/logging/trunk/src/main/java/org/apache/commons/logging/package.html commons/proper/logging/trunk/src/site/site.xml commons/proper/logging/trunk/src/site/xdoc/index.xml Modified: commons/proper/logging/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/README.md?rev=1831658&r1=1831657&r2=1831658&view=diff ============================================================================== --- commons/proper/logging/trunk/README.md (original) +++ commons/proper/logging/trunk/README.md Tue May 15 18:58:35 2018 @@ -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? Modified: commons/proper/logging/trunk/src/main/java/org/apache/commons/logging/package.html URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/main/java/org/apache/commons/logging/package.html?rev=1831658&r1=1831657&r2=1831658&view=diff ============================================================================== --- commons/proper/logging/trunk/src/main/java/org/apache/commons/logging/package.html (original) +++ commons/proper/logging/trunk/src/main/java/org/apache/commons/logging/package.html Tue May 15 18:58:35 2018 @@ -165,7 +165,7 @@ implementation uses the following rules: argument to its constructor.</li> </ul> -<p>See the <a href="impl/SimpleLog.html">SimpleLog</a> JavaDocs for detailed +<p>See the <a href="impl/SimpleLog.html">SimpleLog</a> Javadocs for detailed configuration information for this default implementation.</p> Modified: commons/proper/logging/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/site/site.xml?rev=1831658&r1=1831657&r2=1831658&view=diff ============================================================================== --- commons/proper/logging/trunk/src/site/site.xml (original) +++ commons/proper/logging/trunk/src/site/site.xml Tue May 15 18:58:35 2018 @@ -37,11 +37,11 @@ under the License. href="/troubleshooting.html"/> <item name="Release Notes" href="/RELEASE-NOTES.txt"/> - <item name='JavaDoc (Latest release)' + <item name='Javadoc (Latest release)' href='/javadocs/api-release/index.html'/> - <item name='JavaDoc (v1.1.3)' + <item name='Javadoc (v1.1.3)' href='/javadocs/api-1.1.3/index.html'/> - <item name='JavaDoc (v1.0.4)' + <item name='Javadoc (v1.0.4)' href='/javadocs/api-1.0.4/index.html'/> </menu> <menu name="Development"> @@ -57,7 +57,7 @@ under the License. href="/tech.html"/> <item name="Wiki" href="http://wiki.apache.org/commons/Logging"/> - <item name='JavaDoc (SVN latest)' + <item name='Javadoc (SVN latest)' href='/apidocs/index.html'/> </menu> </body> Modified: commons/proper/logging/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/site/xdoc/index.xml?rev=1831658&r1=1831657&r2=1831658&view=diff ============================================================================== --- commons/proper/logging/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/logging/trunk/src/site/xdoc/index.xml Tue May 15 18:58:35 2018 @@ -61,7 +61,7 @@ Release Notes</a> document the new featu included in the latest release.</p> <p>The <a href="http://commons.apache.org/logging/apidocs/index.html"> -JavaDoc API documents</a> for the latest release are available online. +Javadoc API documents</a> for the latest release are available online. In particular, you should read the package overview of the <code>org.apache.commons.logging</code> package. In addition, there is a (short) <a href="guide.html">User Guide</a>.</p>