diff options
author | Andre Delfino <adelfino@gmail.com> | 2021-04-26 01:10:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 01:10:05 (GMT) |
commit | d28b34695301ec99a9334ad8d69b6092f4f703d5 (patch) | |
tree | ec15379ab791e165cb13d1a767aa3ad5ef0b6c70 /Doc/using | |
parent | c0280532dc8cab184a48c97e03e41cc8807f383d (diff) | |
download | cpython-d28b34695301ec99a9334ad8d69b6092f4f703d5.zip cpython-d28b34695301ec99a9334ad8d69b6092f4f703d5.tar.gz cpython-d28b34695301ec99a9334ad8d69b6092f4f703d5.tar.bz2 |
Fix broken links and improve stand-alone tools list in FAQ GH-22124
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 3d63864..68ee09c 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1106,7 +1106,7 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger. cx_Freeze --------- -`cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ is a :mod:`distutils` +`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ 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 |