--- a/jdk/src/share/classes/javax/swing/JToolBar.java Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/JToolBar.java Fri Oct 04 20:13:32 2013 +0400
@@ -52,7 +52,7 @@
* <code>JToolBar</code> provides a component that is useful for
* displaying commonly used <code>Action</code>s or controls.
* For examples and information on using tool bars see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/toolbar.html">How to Use Tool Bars</a>,
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html">How to Use Tool Bars</a>,
* a section in <em>The Java Tutorial</em>.
*
* <p>