diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 2a07e42f8443ce..7dee82a2223a26 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -1233,11 +1233,10 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger.
cx_Freeze
---------
-`cx_Freeze `_ is a :mod:`distutils`
-extension (see :ref:`extending-distutils`) which wraps Python scripts into
-executable Windows programs (:file:`{*}.exe` files). When you have done this,
-you can distribute your application without requiring your users to install
-Python.
+`cx_Freeze `_
+wraps Python scripts into executable Windows programs
+(:file:`{*}.exe` files). When you have done this, you can distribute your
+application without requiring your users to install Python.
Compiling Python on Windows