]> granicus.if.org Git - python/commitdiff
Improve FAQ link in documentation (for issue #16435).
authorChris Jerdonek <chris.jerdonek@gmail.com>
Sat, 10 Nov 2012 01:52:30 +0000 (17:52 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Sat, 10 Nov 2012 01:52:30 +0000 (17:52 -0800)
Doc/faq/index.rst
Doc/tutorial/whatnow.rst

index b9565219b7054676a927a72fda913bfee11e2863..46ed3db2203d3a4f8b071281d058723336f2645c 100644 (file)
@@ -1,3 +1,5 @@
+.. _faq-index:
+
 ###################################
   Python Frequently Asked Questions
 ###################################
index ac1721db98b94ef6113c020d323e5547f88fa997..7fcbdc3f44866661e2d2577f20a45172e0fcfefe 100644 (file)
@@ -59,9 +59,8 @@ python-list@python.org.  The newsgroup and mailing list are gatewayed, so
 messages posted to one will automatically be forwarded to the other.  There are
 around 120 postings a day (with peaks up to several hundred), asking (and
 answering) questions, suggesting new features, and announcing new modules.
-Before posting, be sure to check the list of `Frequently Asked Questions
-<http://www.python.org/3/doc/faq/>`_ (also called the FAQ),
-or look for it in the :file:`Misc/` directory of the Python source distribution.
+Before posting, be sure to check the list of :ref:`Frequently Asked Questions
+<faq-index>` (also called the FAQ).
 Mailing list archives are available at http://mail.python.org/pipermail/.
 The FAQ answers many of the questions that come up again and again,
 and may already contain the solution for your problem.