1
0

Typo: 'JavaDoc' -> 'Javadoc'.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1831658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory
2018-05-15 18:58:35 +00:00
parent ca946556c0
commit 0548efba5b
4 changed files with 7 additions and 7 deletions

View File

@@ -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>

View File

@@ -61,7 +61,7 @@ Release Notes</a> document the new features and bug fixes that have been
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>