summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-25 18:27:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-25 18:27:06 (GMT)
commit072cd0c884e44118a3547a5d514c0fe6d2e36ae6 (patch)
tree471c8ba8f6f798e0e685ac1ec71f104c9fe37e99 /Doc/faq
parent72c081d1e783017d8f4539025bf08dc6d79320b2 (diff)
downloadcpython-072cd0c884e44118a3547a5d514c0fe6d2e36ae6.zip
cpython-072cd0c884e44118a3547a5d514c0fe6d2e36ae6.tar.gz
cpython-072cd0c884e44118a3547a5d514c0fe6d2e36ae6.tar.bz2
update sphinx url
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/general.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 64e22cd..509fdb9 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -181,8 +181,8 @@ at http://docs.python.org/. PDF, plain text, and downloadable HTML versions are
also available at http://docs.python.org/download.html.
The documentation is written in reStructuredText and processed by `the Sphinx
-documentation tool <http://sphinx.pocoo.org/>`__. The reStructuredText source
-for the documentation is part of the Python source distribution.
+documentation tool <http://sphinx-doc.org/>`__. The reStructuredText source for
+the documentation is part of the Python source distribution.
I've never programmed before. Is there a Python tutorial?