--- a/jdk/src/share/classes/java/awt/event/WindowAdapter.java Thu Oct 03 19:02:45 2013 +0400
+++ b/jdk/src/share/classes/java/awt/event/WindowAdapter.java Fri Oct 04 20:13:32 2013 +0400
@@ -45,7 +45,7 @@
*
* @see WindowEvent
* @see WindowListener
- * @see <a href="http://java.sun.com/docs/books/tutorial/post1.0/ui/windowlistener.html">Tutorial: Writing a Window Listener</a>
+ * @see <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html">Tutorial: Writing a Window Listener</a>
*
* @author Carl Quinn
* @author Amy Fowler