summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--doc/history.rst2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 544d190..f03be78 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ You can install Pexpect using pip::
pip install pexpect
-`Docs on ReadTheDocs <http://pexpect.readthedocs.org/>`_
+`Docs on ReadTheDocs <https://pexpect.readthedocs.io/>`_
PEXPECT LICENSE::
diff --git a/doc/history.rst b/doc/history.rst
index 1167865..f43afb7 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -106,7 +106,7 @@ new maintenance after a long dormancy, so some caution is warranted.
* Ignoring ``SIGHUP`` is now optional - thanks to Kimmo Parviainen-Jalanko for
the patch.
-We also now have `docs on ReadTheDocs <http://pexpect.readthedocs.org/>`_,
+We also now have `docs on ReadTheDocs <https://pexpect.readthedocs.io/>`_,
and `continuous integration on Travis CI <https://travis-ci.org/pexpect/pexpect>`_.
Version 2.4
diff --git a/setup.py b/setup.py
index 522a520..801b3b8 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup (name='pexpect',
long_description=long_description,
author='Noah Spurrier; Thomas Kluyver; Jeff Quast',
author_email='noah@noah.org; thomas@kluyver.me.uk; contact@jeffquast.com',
- url='http://pexpect.readthedocs.org/',
+ url='https://pexpect.readthedocs.io/',
license='ISC license',
platforms='UNIX',
classifiers = [