[Python-checkins] bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)

Miss Skeleton (bot) webhook-mailer at python.org
Mon Oct 19 18:24:09 EDT 2020


https://github.com/python/cpython/commit/e67f186898b6731b8e8f3f6b07cb0959e9aa0ab6
commit: e67f186898b6731b8e8f3f6b07cb0959e9aa0ab6
branch: 3.9
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-10-19T15:24:05-07:00
summary:

bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)

(cherry picked from commit 33242a9328cb3912f02819d2d092bf89681000b2)

Co-authored-by: Michel Samia <m.samia at seznam.cz>

files:
M Doc/faq/windows.rst

diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index c550a055529a7..c8e9c5fb67030 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -140,7 +140,7 @@ offender.
 How do I make an executable from a Python script?
 -------------------------------------------------
 
-See `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ for a distutils extension
+See `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ for a distutils extension
 that allows you to create console and GUI executables from Python code.
 `py2exe <http://www.py2exe.org/>`_, the most popular extension for building
 Python 2.x-based executables, does not yet support Python 3 but a version that



More information about the Python-checkins mailing list