update README.md

Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/fc2d541d
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/fc2d541d
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/fc2d541d

Branch: refs/heads/master
Commit: fc2d541d3599bb8546f956af1f9ce1d189dda7cc
Parents: cc67fb5
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Fri Aug 4 17:58:50 2017 +0200
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Fri Aug 4 17:58:50 2017 +0200

----------------------------------------------------------------------
 README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/fc2d541d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2ff60a9..6ac9ac8 100644
--- a/README.md
+++ b/README.md
@@ -43,14 +43,17 @@
 Apache Commons FileUpload
 ===================
 
+[![Build 
Status](https://travis-ci.org/apache/commons-fileupload.svg?branch=master)](https://travis-ci.org/apache/commons-fileupload)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-fileupload/commons-fileupload/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-fileupload/commons-fileupload/)
+
 The Apache Commons FileUpload component provides a simple yet flexible means 
of adding support for multipart
     file upload functionality to servlets and web applications.
 
 Documentation
 -------------
 
-More information can be found on the 
[homepage](https://commons.apache.org/proper/commons-fileupload).
-The [JavaDoc](https://commons.apache.org/proper/commons-fileupload/apidocs) 
can be browsed.
+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.
 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?
@@ -70,7 +73,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 Contributing
 ------------
 
-We accept PRs via github. The [developer mailing list][ml] is the main channel 
of communication for contributors.
+We accept Pull Requests via GitHub. The [developer mailing list][ml] is the 
main channel of communication for contributors.
 There are some guidelines which will make applying PRs easier for us:
 + No tabs! Please use spaces for indentation.
 + Respect the code style.
@@ -82,7 +85,9 @@ You can learn more about contributing via GitHub in our 
[contribution guidelines
 
 License
 -------
-Code is under the [Apache Licence 
v2](https://www.apache.org/licenses/LICENSE-2.0.txt).
+This code is under the [Apache Licence 
v2](https://www.apache.org/licenses/LICENSE-2.0).
+
+See the `NOTICE.txt` file for required notices and attributions.
 
 Donations
 ---------
@@ -92,8 +97,8 @@ Additional Resources
 --------------------
 
 + [Apache Commons Homepage](https://commons.apache.org/)
-+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/)
++ [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/FILEUPLOAD)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ #apachecommons IRC channel on freenode.org
++ `#apache-commons` IRC channel on `irc.freenode.org`
 
 [ml]:https://commons.apache.org/mail-lists.html

Reply via email to