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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac51e0dd82bcd9fd5a74c46532b4c1deb24ffde7;p=python 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 aa8075c1cf..86155bd322 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.