diff --git a/src/java.base/share/classes/java/lang/StrictMath.java b/src/java.base/share/classes/java/lang/StrictMath.java index 400b3b25f34..6ff35ebd79a 100644 --- a/src/java.base/share/classes/java/lang/StrictMath.java +++ b/src/java.base/share/classes/java/lang/StrictMath.java @@ -40,7 +40,7 @@ import jdk.internal.HotSpotIntrinsicCandidate; * algorithms are available from the well-known network library * {@code netlib} as the package "Freely Distributable Math * Library," {@code fdlibm}. These + * href="https://www.netlib.org/fdlibm/">{@code fdlibm}. These * algorithms, which are written in the C programming language, are * then to be understood as executed with all floating-point * operations following the rules of Java floating-point arithmetic.