[9] Review request: 8181829: Broken link to css reference guide in Background documentation

Kevin Rushforth kevin.rushforth at oracle.com
Fri Jun 9 17:25:26 UTC 2017


Phil or Jonathan,

Please review the simple fix for a broken javadoc link:

https://bugs.openjdk.java.net/browse/JDK-8181829

The diff for the proposed fix, which is also in JBS, is:

diff --git 
a/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java 
b/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java
--- 
a/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java
+++ 
b/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java
@@ -53,7 +53,7 @@
  * encapsulates the entire set of data required to render the background
  * of a Region. Because this class is immutable, you can freely reuse 
the same
  * Background on many different Regions. Please refer to
- * <a href="../scene/doc-files/cssref.html">JavaFX CSS Reference 
Guide</a> for a
+ * <a href="../doc-files/cssref.html">JavaFX CSS Reference Guide</a> for a
  * complete description of the CSS rules for styling the background of 
a Region.
  * <p>
  * Every Background is comprised of {@link #getFills() fills} and / or


-- Kevin



More information about the openjfx-dev mailing list