summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-02 21:55:36 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-02 21:55:36 +0100
commit92e57828ba353335f71378ad93daa62bb76e2095 (patch)
tree592d9152e8bae08217436a3722d92008abeac399
parentaab90ae70abcd4757196e3a078124388fb484fec (diff)
downloadpexpect-git-92e57828ba353335f71378ad93daa62bb76e2095.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
-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 = [