summaryrefslogtreecommitdiffstats
path: root/Doc/faq/windows.rst
diff options
context:
space:
mode:
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>2017-12-06 16:39:33 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-12-06 16:39:33 (GMT)
commit1b4587a2462fc05a14be87123083322103a1f55b (patch)
treec89b0a1f6455ad4fbb7daed04576ff450cd5941f /Doc/faq/windows.rst
parent6bf992a1ac6f3f4d0f83ead9c6403a76afdbe6eb (diff)
downloadcpython-1b4587a2462fc05a14be87123083322103a1f55b.zip
cpython-1b4587a2462fc05a14be87123083322103a1f55b.tar.gz
cpython-1b4587a2462fc05a14be87123083322103a1f55b.tar.bz2
bpo-25910: Fixes redirection from http to https (#4674)
Diffstat (limited to 'Doc/faq/windows.rst')
-rw-r--r--Doc/faq/windows.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index 6ac83e4..d703f28 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -170,8 +170,8 @@ offender.
How do I make an executable from a Python script?
-------------------------------------------------
-See http://cx-freeze.sourceforge.net/ for a distutils extension that allows you
-to create console and GUI executables from Python code.
+See `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ 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
does is in development.