RFR: 6721085 : (xxs) Fix broken link to Collections Framework Tutorial

Lance Andersen lance.andersen at oracle.com
Tue Jul 22 20:00:19 UTC 2014


+1
On Jul 22, 2014, at 3:58 PM, Mike Duigou <mike.duigou at oracle.com> wrote:

> Hello all;
> 
> This is a tiny fix to the java.util package documentation to update the URL of the Collections tutorial. The entire change is below. I have also checked for other references to "http://www.java.sun.com/docs/books/tutorial/" in the jdk repo. This was the only instance.
> 
> https://bugs.openjdk.java.net/browse/JDK-6721085
> 
> Mike
> 
> diff --git a/src/share/classes/java/util/package.html b/src/share/classes/java/u
> --- a/src/share/classes/java/util/package.html
> +++ b/src/share/classes/java/util/package.html
> @@ -43,7 +43,7 @@ classes (a string tokenizer, a random-nu
> <h2>Related Documentation</h2>
> For overviews, tutorials, examples, guides, and tool documentation, please see:
> <ul>
> -    <li><a href="http://www.java.sun.com/docs/books/tutorial/collections/">
> +    <li><a href="http://docs.oracle.com/javase/tutorial/collections/index.html"
>        <b>Collections Framework Tutorial</b></a>
>     <li><a
>     href="../../../technotes/guides/collections/designfaq.html"><b>Collections
> 



Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com






More information about the core-libs-dev mailing list