--- a/jdk/src/share/classes/javax/swing/TransferHandler.java Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/TransferHandler.java Fri Oct 04 20:13:32 2013 +0400
@@ -75,7 +75,7 @@
* of the transfer, and <code>setForeground</code> for the target of a transfer.
* <p>
* Please see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html">
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html">
* How to Use Drag and Drop and Data Transfer</a>,
* a section in <em>The Java Tutorial</em>, for more information.
*