From ff88aaf0220cb2bbdc5a4fd2b74499ce6853c891 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 26 Jul 2019 00:07:16 -0700 Subject: [PATCH] Fix new warning --- includes/floating-point-equality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).