jdk/src/share/classes/javax/swing/JTextPane.java
changeset 20455 f6f9a0c2796b
parent 5506 202f599c92aa
child 20458 f2423fb3fd19
--- a/jdk/src/share/classes/javax/swing/JTextPane.java	Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JTextPane.java	Fri Oct 04 20:13:32 2013 +0400
@@ -39,7 +39,7 @@
  * A text component that can be marked up with attributes that are
  * represented graphically.
  * You can find how-to information and examples of using text panes in
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/text.html">Using Text Components</a>,
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/text.html">Using Text Components</a>,
  * a section in <em>The Java Tutorial.</em>
  *
  * <p>