You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/07/04 22:45:47 UTC

svn commit: r1499865 - /commons/proper/collections/trunk/src/site/xdoc/index.xml

Author: tn
Date: Thu Jul  4 20:45:47 2013
New Revision: 1499865

URL: http://svn.apache.org/r1499865
Log:
Update link to collections tutorial on oracle site.

Modified:
    commons/proper/collections/trunk/src/site/xdoc/index.xml

Modified: commons/proper/collections/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/index.xml?rev=1499865&r1=1499864&r2=1499865&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/index.xml Thu Jul  4 20:45:47 2013
@@ -24,7 +24,7 @@
 <!-- ================================================== -->
 <section name="Commons Collections">
 <p>
-The <a href="http://java.sun.com/products/j2se/1.4/docs/guide/collections/">Java Collections Framework</a>
+The <a href="http://docs.oracle.com/javase/tutorial/collections/">Java Collections Framework</a>
 was a major addition in JDK 1.2.
 It added many powerful data structures that accelerate development of most significant Java applications.
 Since that time it has become the recognised standard for collection handling in Java.
@@ -57,7 +57,8 @@ as are various <a href="project-reports.
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="javadocs/api-release/index.html">current release 3.2.1</a></li>
+<li>The <a href="javadocs/api-release/index.html">current release 4.0-alpha1</a></li>
+<li>The latest 3.x release - <a href="javadocs/api-3.2.1/index.html">version 3.2.1</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>
 </ul>
@@ -69,9 +70,9 @@ The <a href="source-repository.html">sub
 <!-- ================================================== -->
 <section name="Releases">
 <p>
-The latest version is v3.2.1 - 
+The latest version is v4.0-alpha1 - 
 <a href="http://commons.apache.org/collections/download_collections.cgi">Download now!</a><br />
-It is built for Java 1.5+ and the <a href="release_3_2_1.html">release notes</a> are also available.
+It is built for Java 1.5+ and the <a href="release_4_0.html">release notes</a> are also available.
 </p>
 <p>
 For previous releases, see the <a href="http://archive.apache.org/dist/commons/collections/">Apache Archive</a>