Fix reference to moved Sun page

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-14 13:01:32 +00:00
parent daff346e09
commit 344f977b63
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<section name="The Collections Component">
<p>
The introduction of the <a href="http://java.sun.com/products/jdk/1.2/docs/guide/collections/">Collections API</a> by Sun in JDK 1.2 has been a
The introduction of the <a href="http://java.sun.com/products/j2se/1.3/docs/guide/collections/">Collections API</a> by Sun in JDK 1.2 has been a
boon to quick and effective Java programming. Ready access to
powerful data structures has accelerated development by reducing the
need for custom container classes around each core object. Most Java2