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 6f4733f..ab346f2 100644
--- 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.