diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-04 13:15:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 13:15:11 (GMT) |
commit | c521c5cdc3f766ac5ac3574fa142aeec11c14267 (patch) | |
tree | c4ac11de7900680c57a25001a9d35d7034ccf7d7 /Doc/howto/curses.rst | |
parent | 312dab29a3f83940c501caadda9e653e1c7209b1 (diff) | |
download | cpython-c521c5cdc3f766ac5ac3574fa142aeec11c14267.zip cpython-c521c5cdc3f766ac5ac3574fa142aeec11c14267.tar.gz cpython-c521c5cdc3f766ac5ac3574fa142aeec11c14267.tar.bz2 |
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
It updates links which redirect to HTTPS with different authority or
path.
(cherry picked from commit d0d0154443cafb2f0a2cdfb6a1267d80cce8388e)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/howto/curses.rst')
-rw-r--r-- | Doc/howto/curses.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst index 48add16..83d8047 100644 --- a/Doc/howto/curses.rst +++ b/Doc/howto/curses.rst @@ -542,6 +542,6 @@ learn more about submitting patches to Python. * `The ncurses FAQ <https://invisible-island.net/ncurses/ncurses.faq.html>`_ * `"Use curses... don't swear" <https://www.youtube.com/watch?v=eN1eZtjLEnU>`_: video of a PyCon 2013 talk on controlling terminals using curses or Urwid. -* `"Console Applications with Urwid" <http://www.pyvideo.org/video/1568/console-applications-with-urwid>`_: +* `"Console Applications with Urwid" <https://pyvideo.org/video/1568/console-applications-with-urwid>`_: video of a PyCon CA 2012 talk demonstrating some applications written using Urwid. |