summaryrefslogtreecommitdiffstats
path: root/Doc
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)
commit714d7ffd0d652e187deb13b96aae7a1bbfcdecca (patch)
tree5f987d7790227f99eb1e5cbfbe732c37212a9013 /Doc
parent039a02c64e162f924cc2423c833b118b7e049c3f (diff)
downloadcpython-714d7ffd0d652e187deb13b96aae7a1bbfcdecca.zip
cpython-714d7ffd0d652e187deb13b96aae7a1bbfcdecca.tar.gz
cpython-714d7ffd0d652e187deb13b96aae7a1bbfcdecca.tar.bz2
update sphinx url
Diffstat (limited to 'Doc')
-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 82e7a74..da2c933 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?