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

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