Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33242a9

Browse files
authored
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
1 parent 5d9e657 commit 33242a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/faq/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ offender.
140140
How do I make an executable from a Python script?
141141
-------------------------------------------------
142142

143-
See `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ for a distutils extension
143+
See `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ for a distutils extension
144144
that allows you to create console and GUI executables from Python code.
145145
`py2exe <http://www.py2exe.org/>`_, the most popular extension for building
146146
Python 2.x-based executables, does not yet support Python 3 but a version that

0 commit comments

Comments
 (0)