diff options
author | Thaddeus1499 <104600742+Thaddeus1499@users.noreply.github.com> | 2022-05-02 18:21:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 18:21:51 (GMT) |
commit | c8ab1633fce42e84734179d267a1cd01e3fef323 (patch) | |
tree | a1141b42117e01aa05cf2e96790421244136c79e /Doc/about.rst | |
parent | bab4d0bb1695ec8e4d89efe14c843c5080d46735 (diff) | |
download | cpython-c8ab1633fce42e84734179d267a1cd01e3fef323.zip cpython-c8ab1633fce42e84734179d267a1cd01e3fef323.tar.gz cpython-c8ab1633fce42e84734179d267a1cd01e3fef323.tar.bz2 |
[3.10] bpo-43504: Remove effbot urls (GH-26308) (#92161)
* [3.10] Remove effbot urls (GH-26308).
(cherry picked from commit e9f66aedf44ccc3be27975cfb070a44ce6a6bd13)
Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index 3ea311f..f0b9084 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -23,9 +23,8 @@ Many thanks go to: and writer of much of the content; * 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 - ideas. +* Fredrik Lundh for his Alternative Python Reference project from which Sphinx + got many good ideas. Contributors to the Python Documentation |