http://hg.python.org/cpython/rev/241f9aa9fb89 changeset: 92291:241f9aa9fb89 branch: 2.7 parent: 92281:446d4dfcc220 user: Ned Deily <nad at acm.org> date: Sun Aug 31 23:57:13 2014 -0700 summary: Issue #22320: Fix broken link in the General Python FAQ. Original patch by Josh Lynn. files: Doc/faq/general.rst | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -167,7 +167,8 @@ 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. -- Repository URL: http://hg.python.org/cpython