summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-09-01 07:08:00 (GMT)
committerNed Deily <nad@acm.org>2014-09-01 07:08:00 (GMT)
commita847eddea902224bfbd5a81aef54eb501fa24806 (patch)
tree5b89399c1f837f0c7b77f6d874551ea088495345
parent71a8eed6150a83ba0ed652401277e6d17773955c (diff)
parent29020b155a218689c4efe83977fad9d3803974cc (diff)
downloadcpython-a847eddea902224bfbd5a81aef54eb501fa24806.zip
cpython-a847eddea902224bfbd5a81aef54eb501fa24806.tar.gz
cpython-a847eddea902224bfbd5a81aef54eb501fa24806.tar.bz2
Issue #22320: merge from 3.4
-rw-r--r--Doc/faq/general.rst3
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.