diff --git a/includes/floating-point-equality.md b/includes/floating-point-equality.md index a246617c808..6548f23615e 100644 --- a/includes/floating-point-equality.md +++ b/includes/floating-point-equality.md @@ -1,4 +1,4 @@ > [!IMPORTANT] -> When rounding midpoint values, the rounding algorithm performs an equality test. Because of problems of binary representation and precision in the floating-point format, the value returned by the method can be unexpected. For more information, see ["Rounding and precision"](xref:System.Math.Round%2A#rounding-and-precision). +> When rounding midpoint values, the rounding algorithm performs an equality test. Because of problems of binary representation and precision in the floating-point format, the value returned by the method can be unexpected. For more information, see ["Rounding and precision"](/dotnet/api/system.math.round#rounding-and-precision).