From ac51e0dd82bcd9fd5a74c46532b4c1deb24ffde7 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 31 Aug 2014 23:57:13 -0700 Subject: [PATCH] Issue #22320: Fix broken link in the General Python FAQ. Original patch by Josh Lynn. --- Doc/faq/general.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.50.1