Repository: commons-dbcp
Updated Branches:
  refs/heads/master b94374293 -> ffe9b7248


update README.md


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

Branch: refs/heads/master
Commit: ffe9b72488a804b0726e1bfd31d15ca555bd7a7b
Parents: b943742
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Sun Aug 6 21:14:26 2017 +0200
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Sun Aug 6 21:14:26 2017 +0200

----------------------------------------------------------------------
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/ffe9b724/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 888a0f6..a4b8cb9 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Apache Commons DBCP software implements Database Connection 
Pooling
 Documentation
 -------------
 
-More information can be found on the 
[homepage](https://commons.apache.org/proper/commons-dbcp).
+More information can be found on the [Apache Commons DBCP 
homepage](https://commons.apache.org/proper/commons-dbcp).
 The 
[JavaDoc](https://commons.apache.org/proper/commons-dbcp2/javadocs/api-release) 
can be browsed.
 Questions related to the usage of Apache Commons DBCP should be posted to the 
[user mailing list][ml].
 
@@ -72,7 +72,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.
@@ -84,7 +84,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
 ---------
@@ -94,8 +96,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/DBCP)
 + [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