--- a/jdk/src/java.desktop/share/classes/javax/swing/text/Document.java Thu Apr 28 23:48:37 2016 +0400
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/Document.java Fri Apr 29 15:44:04 2016 +0300
@@ -166,7 +166,7 @@
* </ul>
*
* <p>For more information on the <code>Document</code> class, see
- * <a href="http://java.sun.com/products/jfc/tsc">The Swing Connection</a>
+ * <a href="http://www.oracle.com/technetwork/java/javase/tech/articles-jsp-139072.html">The Swing Connection</a>
* and most particularly the article,
* <a href="http://java.sun.com/products/jfc/tsc/articles/text/element_interface">
* The Element Interface</a>.