You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/17 16:04:32 UTC

commons-collections git commit: [COLLECTIONS-689] Link to Javadoc API broken.

Repository: commons-collections
Updated Branches:
  refs/heads/master 734f7f3db -> 80238cd1c


[COLLECTIONS-689] Link to Javadoc API broken.

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

Branch: refs/heads/master
Commit: 80238cd1c04af009b04b4eddf54660dffa9b2405
Parents: 734f7f3
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jul 17 10:04:29 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jul 17 10:04:29 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 src/site/xdoc/index.xml | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/80238cd1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa8a59a..efa2c8d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
     <action issue="COLLECTIONS-688" dev="ggregory" type="update">
       Update platform requirement from Java 7 to 8.
     </action>
+    <action issue="COLLECTIONS-689" dev="ggregory" type="update" due-to="Richard Walker">
+      Link to Javadoc API broken.
+    </action>
   </release>
   <release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes.">
     <action issue="COLLECTIONS-681" dev="kinow" type="add" due-to="Stephan Fuhrmann">

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/80238cd1/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 56957a2..2edeb33 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -57,10 +57,10 @@ as are various <a href="project-reports.html">project reports</a>.
 The Javadoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="javadocs/api-release/index.html">current release 4.2</a></li>
+<li>The <a href="javadocs/api-4.2/index.html">current release 4.2</a></li>
 <li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</a></li>
 <li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
-<li>The <a href="apidocs/index.html">latest SVN</a></li>
+<li>The <a href="apidocs/index.html">latest from repository sources</a></li>
 </ul>
 <p>
 The <a href="source-repository.html">git repository</a> can be