RFR 8039088: Fix broken URLs in package.html

Chris Hegarty chris.hegarty at oracle.com
Wed Apr 2 15:02:38 UTC 2014


Looks ok to me Lance.

-Chris.

On 02/04/14 15:53, Lance Andersen wrote:
> Good morning,
>
> Here is another trivial change to address some broken links
>
>
> Best
> Lance
>
> ljanders-mac:sql ljanders$ hg diff
> diff -r 31541b9a5a4a src/share/classes/java/sql/package.html
> --- a/src/share/classes/java/sql/package.html	Wed Apr 02 10:20:14 2014 -0400
> +++ b/src/share/classes/java/sql/package.html	Wed Apr 02 10:50:21 2014 -0400
> @@ -316,24 +316,18 @@
>   <h2>Package Specification</h2>
>
>   <ul>
> -  <li><a href="http://java.sun.com/products/jdbc/download.html">Specification
> -      of the JDBC 4.0 API</a>
> +  <li><a href="https://jcp.org/en/jsr/detail?id=221">JDBC 4.2 Specification</a>
>   </ul>
>
>   <h2>Related Documentation</h2>
>
>   <ul>
> -  <li><a href="../../../technotes/guides/jdbc/getstart/GettingStartedTOC.fm.html">Getting Started</a>--overviews of the major interfaces
> +  <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html">
> +          Lesson:JDBC Basics(The Javaxx Tutorials > JDBC(™) Database Access)</a>
>
> -  <li><a href="http://java.sun.com/docs/books/tutorial/jdbc">Chapters on the JDBC
> -     API</a>--from the online version of <i>The Java Tutorial Continued</i>
> -
> -  <li><a href="http://java.sun.com/docs/books/jdbc">
> -<i>JDBC<sup><font size=-2>TM</font></sup>API Tutorial and Reference,
> -Third Edition</i></a>--
> -a complete reference and tutorial for the JDBC 3.0 API
> + <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
> +          <i>JDBC™API Tutorial and Reference, Third Edition</i></a>
>   </ul>
>
> - at since 1.1
>   </body>
>   </html>
> diff -r 31541b9a5a4a src/share/classes/javax/sql/package.html
> --- a/src/share/classes/javax/sql/package.html	Wed Apr 02 10:20:14 2014 -0400
> +++ b/src/share/classes/javax/sql/package.html	Wed Apr 02 10:50:21 2014 -0400
> @@ -296,8 +296,7 @@
>   <h2>Package Specification</h2>
>
>   <ul>
> -  <li><a href="http://java.sun.com/products/jdbc/download.html">Specification of the
> -      JDBC 4.0 API</a>
> +  <li><a href="https://jcp.org/en/jsr/detail?id=221">JDBC 4.2 Specification</a>
>   </ul>
>
>   <h2>Related Documentation</h2>
> @@ -307,10 +306,8 @@
>   package:
>
>   <ul>
> -  <li><a href="http://java.sun.com/docs/books/jdbc"><i>JDBC<sup><font size=-2>TM</font></sup>
> -      API Tutorial and Reference, Third Edition:</i></a>
> +  <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
> +          <i>JDBC™API Tutorial and Reference, Third Edition</i></a>
>   </ul>
> -<P>
> - at since 1.4
>   </body>
>   </html>
> ljanders-mac:sql ljanders$
>
>
> 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