From: Ned Deily Date: Mon, 1 Sep 2014 06:57:13 +0000 (-0700) Subject: Issue #22320: Fix broken link in the General Python FAQ. X-Git-Tag: v2.7.9rc1~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac51e0dd82bcd9fd5a74c46532b4c1deb24ffde7;p=thirdparty%2FPython%2Fcpython.git Issue #22320: Fix broken link in the General Python FAQ. Original patch by Josh Lynn. --- diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index aa8075c1cf5c..86155bd32251 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 `__ for more +Consult the `Getting Started section of the Python Developer's Guide +`__ for more information on getting the source code and compiling it.