summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 19:29:40 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 19:29:40 +0100
commit03e1a7c4b8eb9baaefe8626e78c25de3fff6b608 (patch)
tree1f7a3b1264ccfc102249807b8426ce37dc9065bb /appveyor.yml
parentab5b2448bd901e5d6a25a61cda67c44c0da7f904 (diff)
downloadzope-interface-03e1a7c4b8eb9baaefe8626e78c25de3fff6b608.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 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 434ff26..66cf3a5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,7 @@ version: build-{build}-{branch}
environment:
matrix:
# http://www.appveyor.com/docs/installed-software#python lists available
- # versions. See http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/
+ # versions. See https://python-packaging-user-guide.readthedocs.io/en/latest/appveyor/
# for an explanation of the DISTUTILS_USE_SDK environment variable for Python 3.3 and 3.4.
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"