From: Ned Deily Date: Mon, 1 Sep 2014 07:06:18 +0000 (-0700) Subject: Issue #22320: Fix broken link in the General Python FAQ. X-Git-Tag: v3.4.2rc1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29020b155a218689c4efe83977fad9d3803974cc;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 6f4733f5e9..ab346f2947 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.