--- a/jdk/src/java.desktop/share/classes/java/beans/XMLEncoder.java Thu Apr 28 23:48:37 2016 +0400
+++ b/jdk/src/java.desktop/share/classes/java/beans/XMLEncoder.java Fri Apr 29 15:44:04 2016 +0300
@@ -193,8 +193,8 @@
*
*<p>
* For more information you might also want to check out
- * <a
- href="http://java.sun.com/products/jfc/tsc/articles/persistence4">Using XMLEncoder</a>,
+ * <a href="http://www.oracle.com/technetwork/java/persistence4-140124.html">
+ * Using XMLEncoder</a>,
* an article in <em>The Swing Connection.</em>
* @see XMLDecoder
* @see java.io.ObjectOutputStream
@@ -438,7 +438,8 @@
* <P>
* For more information about using resource bundles with the
* XMLEncoder, see
- * http://java.sun.com/products/jfc/tsc/articles/persistence4/#i18n
+ * <a href="http://www.oracle.com/technetwork/java/persistence4-140124.html#i18n">
+ * Creating Internationalized Applications</a>,
*
* @param oldExp The expression that will be written
* to the stream.