Fix Javadoc link in README.md #21.

- Thanks to LichKing-lee.
- Closes #21.
diff --git a/README.md b/README.md
index a2fb87e..effd1dd 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@
 -------------

 

 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 @@
       <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">