diff --git a/IPython/core/hooks.py b/IPython/core/hooks.py index 87470b4..a30fa42 100644 --- a/IPython/core/hooks.py +++ b/IPython/core/hooks.py @@ -102,7 +102,7 @@ def fix_error_editor(self,filename,linenum,column,msg): in future versions. It appears to be used only for automatically fixing syntax error that has been broken for a few years and has thus been removed. If you happend to use this function and still need it please make your voice heard on -the mailing list ipython-dev@scipy.org , or on the GitHub Issue tracker: +the mailing list ipython-dev@python.org , or on the GitHub Issue tracker: https://github.com/ipython/ipython/issues/9649 """, UserWarning) def vim_quickfix_file(): diff --git a/IPython/core/release.py b/IPython/core/release.py index 3dd81bb..4480ad0 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -98,9 +98,9 @@ authors = {'Fernando' : ('Fernando Perez','fperez.net@gmail.com'), author = 'The IPython Development Team' -author_email = 'ipython-dev@scipy.org' +author_email = 'ipython-dev@python.org' -url = 'http://ipython.org' +url = 'https://ipython.org' platforms = ['Linux','Mac OSX','Windows']