Author: ggregory Date: Tue May 15 18:11:09 2018 New Revision: 1831643 URL: http://svn.apache.org/viewvc?rev=1831643&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'.
Modified: commons/proper/bcel/trunk/README.md commons/proper/bcel/trunk/src/site/resources/bcel5-bcel6-clirr-report.html commons/proper/bcel/trunk/src/site/xdoc/index.xml Modified: commons/proper/bcel/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/README.md?rev=1831643&r1=1831642&r2=1831643&view=diff ============================================================================== --- commons/proper/bcel/trunk/README.md (original) +++ commons/proper/bcel/trunk/README.md Tue May 15 18:11:09 2018 @@ -54,7 +54,7 @@ Documentation ------------- More information can be found on the [Apache Commons BCEL homepage](https://commons.apache.org/proper/commons-bcel). -The [JavaDoc](https://commons.apache.org/proper/commons-bcel/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-bcel/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons BCEL should be posted to the [user mailing list][ml]. Where can I get the latest release? Modified: commons/proper/bcel/trunk/src/site/resources/bcel5-bcel6-clirr-report.html URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/resources/bcel5-bcel6-clirr-report.html?rev=1831643&r1=1831642&r2=1831643&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/site/resources/bcel5-bcel6-clirr-report.html (original) +++ commons/proper/bcel/trunk/src/site/resources/bcel5-bcel6-clirr-report.html Tue May 15 18:11:09 2018 @@ -160,8 +160,8 @@ limitations under the License. JIRA Report</a> </li> <li class="none"> - <a href="apidocs/index.html" title="JavaDocs"> - JavaDocs</a> + <a href="apidocs/index.html" title="Javadocs"> + Javadocs</a> </li> <li class="none"> <a href="xref/index.html" title="Source Xref"> Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/index.xml?rev=1831643&r1=1831642&r2=1831643&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/bcel/trunk/src/site/xdoc/index.xml Tue May 15 18:11:09 2018 @@ -61,11 +61,11 @@ <section name="Documentation"> <p> - The package descriptions in the <a href="javadocs/api-release/index.html">JavaDoc</a> give an overview of the available features + The package descriptions in the <a href="javadocs/api-release/index.html">Javadoc</a> give an overview of the available features and various <a href="project-reports.html">project reports</a> are provided. </p> <p> - The JavaDoc API documents are available online: + The Javadoc API documents are available online: </p> <ul> <li>The <a href="apidocs/index.html">current stable release</a></li>