jdk/src/java.desktop/share/classes/java/awt/Font.java
changeset 32665 f6ce2c519881
parent 30471 c1568a2416a8
child 35667 ed476aba94de
--- a/jdk/src/java.desktop/share/classes/java/awt/Font.java	Thu Sep 03 19:19:15 2015 +0300
+++ b/jdk/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>