jdk/src/share/classes/javax/swing/Box.java
changeset 20455 f6f9a0c2796b
parent 11268 f0e59c4852de
child 20458 f2423fb3fd19
--- a/jdk/src/share/classes/javax/swing/Box.java	Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/Box.java	Fri Oct 04 20:13:32 2013 +0400
@@ -60,7 +60,7 @@
  * If you are implementing a <code>BoxLayout</code> you
  * can find further information and examples in
  * <a
- href="http://java.sun.com/docs/books/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
+ href="http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html">How to Use BoxLayout</a>,
  * a section in <em>The Java Tutorial.</em>
  * <p>
  * <strong>Warning:</strong>