diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
commit | b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (patch) | |
tree | db84fdf0d6f2174731bf55700464e9ff3ec7307e /Doc/about.rst | |
parent | 0ef496678a4908d321596043156fefeaf6e8afae (diff) | |
download | cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.zip cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.gz cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.bz2 |
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index 678168b..3ea311f 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -6,7 +6,7 @@ About these documents These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a document processor specifically written for the Python documentation. -.. _reStructuredText: http://docutils.sf.net/rst.html +.. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _Sphinx: http://sphinx-doc.org/ .. In the online version of these documents, you can submit comments and suggest @@ -21,7 +21,7 @@ Many thanks go to: * Fred L. Drake, Jr., the creator of the original Python documentation toolset and writer of much of the content; -* the `Docutils <http://docutils.sf.net/>`_ project for creating +* the `Docutils <http://docutils.sourceforge.net/>`_ project for creating reStructuredText and the Docutils suite; * Fredrik Lundh for his `Alternative Python Reference <http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good |