diff options
author | Ned Deily <nad@acm.org> | 2014-09-01 07:06:18 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-09-01 07:06:18 (GMT) |
commit | 29020b155a218689c4efe83977fad9d3803974cc (patch) | |
tree | b7f96419f3daac915399b40992b328d05643465e /Doc/faq | |
parent | 311321edc15d4062babf757e3827341633353d55 (diff) | |
download | cpython-29020b155a218689c4efe83977fad9d3803974cc.zip cpython-29020b155a218689c4efe83977fad9d3803974cc.tar.gz cpython-29020b155a218689c4efe83977fad9d3803974cc.tar.bz2 |
Issue #22320: Fix broken link in the General Python FAQ.
Original patch by Josh Lynn.
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/general.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 6f4733f..ab346f2 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -167,7 +167,8 @@ Sphinx-formatted documentation, Python library modules, example programs, and several useful pieces of freely distributable software. The source will compile and run out of the box on most UNIX platforms. -Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more +Consult the `Getting Started section of the Python Developer's Guide +<https://docs.python.org/devguide/setup.html>`__ for more information on getting the source code and compiling it. |