This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 2e2d558 Fix Javadoc link in README.md #21. 2e2d558 is described below commit 2e2d55816bdb0ec28727e6f3dd29a9a5506be0e1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Jul 8 11:24:02 2019 -0400 Fix Javadoc link in README.md #21. - Thanks to LichKing-lee. - Closes #21. --- README.md | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fb87e..effd1dd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Documentation ------------- 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-dbcp/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-dbcp/apidocs) can be browsed. Questions related to the usage of Apache Commons DBCP should be posted to the [user mailing list][ml]. Where can I get the latest release? diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 53e40a6..d0ba3b5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -88,6 +88,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" issue="DBCP-547" due-to="leechoongyon, Gary Gregory"> Add a ConnectionFactory class name setting for BasicDataSource.createConnectionFactory() #33. </action> + <action dev="ggregory" type="update" due-to="LichKing-lee"> + Fix Javadoc link in README.md #21. + </action> </release> <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements."> <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">