jdk/src/share/classes/javax/swing/JOptionPane.java
changeset 20455 f6f9a0c2796b
parent 20451 4cedf4e1560a
child 20458 f2423fb3fd19
--- a/jdk/src/share/classes/javax/swing/JOptionPane.java	Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JOptionPane.java	Fri Oct 04 20:13:32 2013 +0400
@@ -62,7 +62,7 @@
  * prompts users for a value or informs them of something.
  * For information about using <code>JOptionPane</code>, see
  * <a
- href="http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html">How to Make Dialogs</a>,
+ href="http://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html">How to Make Dialogs</a>,
  * a section in <em>The Java Tutorial</em>.
  *
  * <p>