--- a/jdk/src/share/classes/java/awt/datatransfer/Transferable.java Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/java/awt/datatransfer/Transferable.java Fri Oct 04 20:13:32 2013 +0400
@@ -32,7 +32,7 @@
* for a transfer operation.
* <p>
* For information on using data transfer with Swing, 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.
*