--- a/src/java.desktop/share/classes/java/awt/Component.java Mon Jul 09 15:26:58 2018 +0200
+++ b/src/java.desktop/share/classes/java/awt/Component.java Mon Jul 09 16:36:05 2018 +0300
@@ -5987,7 +5987,8 @@
* {@code InputMethodRequests} instance.
* If listener {@code l} is {@code null},
* no exception is thrown and no action is performed.
- * <p>Refer to <a href="{@docRoot}/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
+ * <p>Refer to
+ * <a href="{@docRoot}/java.desktop/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
* >AWT Threading Issues</a> for details on AWT's threading model.
*
* @param l the input method listener
--- a/src/java.desktop/share/classes/java/awt/Shape.java Mon Jul 09 15:26:58 2018 +0200
+++ b/src/java.desktop/share/classes/java/awt/Shape.java Mon Jul 09 16:36:05 2018 +0300
@@ -90,7 +90,8 @@
* representation.
*
* <p>
- * Note that the <a href="{@docRoot}/java/awt/Shape.html#def_insideness">
+ * Note that the
+ * <a href="{@docRoot}/java.desktop/java/awt/Shape.html#def_insideness">
* definition of insideness</a> can lead to situations where points
* on the defining outline of the {@code shape} may not be considered
* contained in the returned {@code bounds} object, but only in cases
@@ -135,7 +136,8 @@
* store the dimensions.
*
* <p>
- * Note that the <a href="{@docRoot}/java/awt/Shape.html#def_insideness">
+ * Note that the
+ * <a href="{@docRoot}/java.desktop/java/awt/Shape.html#def_insideness">
* definition of insideness</a> can lead to situations where points
* on the defining outline of the {@code shape} may not be considered
* contained in the returned {@code bounds} object, but only in cases
@@ -169,7 +171,7 @@
/**
* Tests if the specified coordinates are inside the boundary of the
* {@code Shape}, as described by the
- * <a href="{@docRoot}/java/awt/Shape.html#def_insideness">
+ * <a href="{@docRoot}/java.desktop/java/awt/Shape.html#def_insideness">
* definition of insideness</a>.
* @param x the specified X coordinate to be tested
* @param y the specified Y coordinate to be tested
@@ -183,7 +185,7 @@
/**
* Tests if a specified {@link Point2D} is inside the boundary
* of the {@code Shape}, as described by the
- * <a href="{@docRoot}/java/awt/Shape.html#def_insideness">
+ * <a href="{@docRoot}/java.desktop/java/awt/Shape.html#def_insideness">
* definition of insideness</a>.
* @param p the specified {@code Point2D} to be tested
* @return {@code true} if the specified {@code Point2D} is
--- a/src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java Mon Jul 09 15:26:58 2018 +0200
+++ b/src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java Mon Jul 09 16:36:05 2018 +0300
@@ -198,9 +198,7 @@
/**
* A class representing a node in a meta-data tree, which implements
- * the <a
- * href="../../../../api/org/w3c/dom/Element.html">
- * {@code org.w3c.dom.Element}</a> interface and additionally allows
+ * the {@link Element org.w3c.dom.Element} interface and additionally allows
* for the storage of non-textual objects via the
* {@code getUserObject} and {@code setUserObject} methods.
*