summaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-02 22:02:32 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-02 22:02:32 +0100
commit20544a61679f2c8d69ff50d667768f3303623102 (patch)
treee6d23c3eb4c0f9f331a9e1500736961aaf683d85 /doc/install.rst
parentdc11b97a0f88eb1b4a3a1f66a4b6319bf6fc7225 (diff)
downloadtrollius-git-20544a61679f2c8d69ff50d667768f3303623102.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.
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst
index d67aa59..d9e65cc 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -91,7 +91,7 @@ Build manually Trollius on Windows
On Windows, if you cannot use precompiled wheel packages, an extension module
must be compiled: the ``_overlapped`` module (source code: ``overlapped.c``).
Read `Compile Python extensions on Windows
-<http://haypo-notes.readthedocs.org/python.html#compile-python-extensions-on-windows>`_
+<https://haypo-notes.readthedocs.io/python.html#compile-python-extensions-on-windows>`_
to prepare your environment to build the Python extension. Then build the
extension using::