changeset 12761:d614e15d132c

8134476: Broken Hyperlink in JDK 8 java.awt.Font javadocs Reviewed-by: prr, serb
author psadhukhan
date Fri, 04 Sep 2015 12:51:39 +0300
parents 36a8183df621
children f55cf3d24787
files src/java.desktop/share/classes/java/awt/Font.java
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.desktop/share/classes/java/awt/Font.java	Thu Sep 03 19:19:15 2015 +0300
+++ b/src/java.desktop/share/classes/java/awt/Font.java	Fri Sep 04 12:51:39 2015 +0300
@@ -128,7 +128,9 @@
  * <p>
  * For a discussion of the relative advantages and disadvantages of using
  * physical or logical fonts, see the
- * <a href="http://www.oracle.com/technetwork/java/javase/tech/faq-jsp-138165.html">Internationalization FAQ</a>
+ * <a href="https://docs.oracle.com/javase/tutorial/2d/text/fonts.html#advantages-and-disadvantages">
+ *    Physical and Logical Fonts</a>
+ * in <a href="https://docs.oracle.com/javase/tutorial/index.html">The Java Tutorials</a>
  * document.
  *
  * <h3>Font Faces and Names</h3>