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/library/asyncio.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/library/asyncio.rst')
-rw-r--r-- | Doc/library/asyncio.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index fb1d659..6900198 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -26,7 +26,7 @@ Here is a more detailed list of the package contents: implementations; * :ref:`transport <asyncio-transport>` and :ref:`protocol <asyncio-protocol>` abstractions - (similar to those in `Twisted <http://twistedmatrix.com/>`_); + (similar to those in `Twisted <https://twistedmatrix.com/trac/>`_); * concrete support for TCP, UDP, SSL, subprocess pipes, delayed calls, and others (some may be system-dependent); |