summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2020-10-19 22:12:57 (GMT)
committerGitHub <noreply@github.com>2020-10-19 22:12:57 (GMT)
commit4c8da3230a494dac3d7fd3b4396a60038b2be6de (patch)
treeb38ddc42e3446ee9f2f25ce01c17dadf064de872
parente4a03be014841716056e72710f4b7225a25cec6e (diff)
downloadcpython-4c8da3230a494dac3d7fd3b4396a60038b2be6de.zip
cpython-4c8da3230a494dac3d7fd3b4396a60038b2be6de.tar.gz
cpython-4c8da3230a494dac3d7fd3b4396a60038b2be6de.tar.bz2
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@seznam.cz>
-rw-r--r--Doc/faq/windows.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index c550a05..c8e9c5f 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