Jennifer,

Can you pls review this fix for
 https://bugs.openjdk.java.net/browse/JDK-8037506
[javadoc] broken link in java.awt.geom.Line2D.java

The suggested fix came from the pubs team.

-phil.

hg diff src/share/classes/java/awt/geom/Line2D.java
diff --git a/src/share/classes/java/awt/geom/Line2D.java b/src/share/classes/java/awt/geom/Line2D.java
--- a/src/share/classes/java/awt/geom/Line2D.java
+++ b/src/share/classes/java/awt/geom/Line2D.java
@@ -35,7 +35,7 @@
  * default coordinate system called <i>user space</i> in which the y-axis
  * values increase downward and x-axis values increase to the right.  For
  * more information on the user space coordinate system, see the
- * <a href="http://docs.oracle.com/javase/1.3/docs/guide/2d/spec/j2d-intro.fm2.html#61857";>
+ * <a href="{@docRoot}/../technotes/guides/2d/spec/j2d-intro.html">
  * Coordinate Systems</a> section of the Java 2D Programmer's Guide.
  * <p>
  * This class is only the abstract superclass for all objects that

Reply via email to