#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 0b498a1..53caff8 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -656,7 +656,7 @@
 
    .. method:: max_mag(other[, context])
 
-      Similar to the :meth:`max` method, but the comparison is done using the
+      Similar to the :meth:`.max` method, but the comparison is done using the
       absolute values of the operands.
 
       .. versionadded:: 2.6
@@ -670,7 +670,7 @@
 
    .. method:: min_mag(other[, context])
 
-      Similar to the :meth:`min` method, but the comparison is done using the
+      Similar to the :meth:`.min` method, but the comparison is done using the
       absolute values of the operands.
 
       .. versionadded:: 2.6