Repository: commons-cli Updated Branches: refs/heads/master b0024d482 -> 18f857689
Typo: 'JavaDoc' -> 'Javadoc'. Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/18f85768 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/18f85768 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/18f85768 Branch: refs/heads/master Commit: 18f8576896a0200097dff9f48ffe010e75a1a92d Parents: b0024d4 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue May 15 12:17:20 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue May 15 12:17:20 2018 -0600 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/18f85768/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5e88bf1..081c421 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Documentation ------------- More information can be found on the [Apache Commons CLI homepage](https://commons.apache.org/proper/commons-cli). -The [JavaDoc](https://commons.apache.org/proper/commons-cli/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-cli/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons CLI should be posted to the [user mailing list][ml]. Where can I get the latest release?