[Python-checkins] cpython (3.5): Issue #27174: Update IPython URL in tutorial

berker.peksag python-checkins at python.org
Wed Jun 1 12:42:49 EDT 2016


https://hg.python.org/cpython/rev/92fd6935e882
changeset:   101586:92fd6935e882
branch:      3.5
parent:      101584:89825636d368
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Jun 01 09:52:35 2016 -0700
summary:
  Issue #27174: Update IPython URL in tutorial

files:
  Doc/tutorial/interactive.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst
--- a/Doc/tutorial/interactive.rst
+++ b/Doc/tutorial/interactive.rst
@@ -50,5 +50,5 @@
 
 
 .. _GNU Readline: https://tiswww.case.edu/php/chet/readline/rltop.html
-.. _IPython: http://ipython.scipy.org/
+.. _IPython: https://ipython.org/
 .. _bpython: http://www.bpython-interpreter.org/

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list