commit | 1b4587a2462fc05a14be87123083322103a1f55b | [log] [tgz] |
---|---|---|
author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | Wed Dec 06 22:09:33 2017 +0530 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Dec 06 17:39:33 2017 +0100 |
tree | c89b0a1f6455ad4fbb7daed04576ff450cd5941f | |
parent | 6bf992a1ac6f3f4d0f83ead9c6403a76afdbe6eb [diff] [blame] |
bpo-25910: Fixes redirection from http to https (#4674)
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index 1022373..1a2f582 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst
@@ -100,7 +100,7 @@ http://www.py2exe.org/ -Another tool is Anthony Tuininga's `cx_Freeze <http://cx-freeze.sourceforge.net/>`_. +Another tool is Anthony Tuininga's `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_. Are there coding standards or a style guide for Python programs?