8039088: Fix broken URLs in package.html
authorlancea
Wed, 02 Apr 2014 11:03:10 -0400
changeset 23708 fea03b9ae8af
parent 23707 4580f737d5b9
child 23709 9f7652fb03b2
8039088: Fix broken URLs in package.html Reviewed-by: chegar
jdk/src/share/classes/java/sql/package.html
jdk/src/share/classes/javax/sql/package.html
--- a/jdk/src/share/classes/java/sql/package.html	Wed Apr 02 10:20:14 2014 -0400
+++ b/jdk/src/share/classes/java/sql/package.html	Wed Apr 02 11:03:10 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://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://docs.oracle.com/javase/tutorial/jdbc/basics/index.html">
+          Lesson:JDBC Basics(The Javaxx Tutorials &gt; JDBC(&#0153;) Database Access)</a>
 
-  <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&#0153;API Tutorial and Reference, Third Edition</i></a>
 </ul>
 
-@since 1.1
 </body>
 </html>
--- a/jdk/src/share/classes/javax/sql/package.html	Wed Apr 02 10:20:14 2014 -0400
+++ b/jdk/src/share/classes/javax/sql/package.html	Wed Apr 02 11:03:10 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&#0153;API Tutorial and Reference, Third Edition</i></a>
 </ul>
-<P>
-@since 1.4
 </body>
 </html>