Repository: commons-fileupload Updated Branches: refs/heads/master 56688e897 -> fc2818a41
Typo: 'JavaDoc' -> 'Javadoc'. Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/fc2818a4 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/fc2818a4 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/fc2818a4 Branch: refs/heads/master Commit: fc2818a419e929f60f2288898a9c815aee9e8261 Parents: 56688e8 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue May 15 12:26:49 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue May 15 12:26:49 2018 -0600 ---------------------------------------------------------------------- README.md | 2 +- src/site/xdoc/index.xml | 4 ++-- src/site/xdoc/using.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/fc2818a4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 6ac9ac8..2fc0fc5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Documentation ------------- More information can be found on the [Apache Commons FileUpload homepage](https://commons.apache.org/proper/commons-fileupload). -The [JavaDoc](https://commons.apache.org/proper/commons-fileupload/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-fileupload/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons FileUpload should be posted to the [user mailing list][ml]. Where can I get the latest release? http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/fc2818a4/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7384a29..147f102 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -59,8 +59,8 @@ <li><a href="./using.html">User Guide</a></li> <li><a href="./streaming.html">Streaming API</a></li> <li><a href="./faq.html">Frequently Asked Questions</a></li> - <li><a href="./javadocs/api-release/index.html">JavaDoc API (Latest release)</a></li> - <li><a href="./apidocs/index.html">JavaDoc API (Latest development)</a></li> + <li><a href="./javadocs/api-release/index.html">Javadoc API (Latest release)</a></li> + <li><a href="./apidocs/index.html">Javadoc API (Latest development)</a></li> <li><a href="./project-reports.html">Project Reports</a></li> <li><a href="https://dist.apache.org/repos/dist/release/commons/fileupload/RELEASE-NOTES.txt">Release Notes</a></li> </ul> http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/fc2818a4/src/site/xdoc/using.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/using.xml b/src/site/xdoc/using.xml index 410ea57..8b2dfd5 100644 --- a/src/site/xdoc/using.xml +++ b/src/site/xdoc/using.xml @@ -426,7 +426,7 @@ ProgressListener progressListener = new ProgressListener(){ Hopefully this page has provided you with a good idea of how to use FileUpload in your own applications. For more detail on the methods introduced here, as well as other available methods, you should refer - to the <a href="./apidocs/index.html">JavaDocs</a>. + to the <a href="./apidocs/index.html">Javadocs</a>. </p> <p> The usage described here should satisfy a large majority of file upload