jdk/src/share/classes/javax/swing/JDesktopPane.java
changeset 20455 f6f9a0c2796b
parent 20169 d7fa6d7586c9
child 20458 f2423fb3fd19
--- a/jdk/src/share/classes/javax/swing/JDesktopPane.java	Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JDesktopPane.java	Fri Oct 04 20:13:32 2013 +0400
@@ -63,7 +63,7 @@
  * (closing, resizing, etc).
  * <p>
  * For further documentation and examples see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html">How to Use Internal Frames</a>,
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html">How to Use Internal Frames</a>,
  * a section in <em>The Java Tutorial</em>.
  * <p>
  * <strong>Warning:</strong> Swing is not thread safe. For more