Update link to collections tutorial on oracle site.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1499865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-07-04 20:45:47 +00:00
parent 77180fc617
commit eebbd0f73c
1 changed files with 5 additions and 4 deletions

View File

@ -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.html">project reports</a>.
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">subversion repository</a> can be
<!-- ================================================== -->
<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>