commit | 1b4587a2462fc05a14be87123083322103a1f55b | [log] [tgz] |
---|---|---|
author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | Wed Dec 06 22:09:33 2017 +0530 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Dec 06 17:39:33 2017 +0100 |
tree | c89b0a1f6455ad4fbb7daed04576ff450cd5941f | |
parent | 6bf992a1ac6f3f4d0f83ead9c6403a76afdbe6eb [diff] [blame] |
bpo-25910: Fixes redirection from http to https (#4674)
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index d73cfeb..c0eb1fe 100644 --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst
@@ -51,4 +51,4 @@ .. _GNU Readline: https://tiswww.case.edu/php/chet/readline/rltop.html .. _IPython: https://ipython.org/ -.. _bpython: http://www.bpython-interpreter.org/ +.. _bpython: https://www.bpython-interpreter.org/