jdk/src/java.desktop/share/classes/javax/swing/text/Document.java
changeset 38388 84ab1f133f16
parent 25859 3317bb8137f4
--- 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>.