summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2016-05-29 20:14:29 +0100
committerMarius Gedminas <marius@gedmin.as>2016-05-29 20:14:29 +0100
commitc39dad1610e7fe24147ea16c43d79f71880f2d7c (patch)
tree1f7a3b1264ccfc102249807b8426ce37dc9065bb
parentab5b2448bd901e5d6a25a61cda67c44c0da7f904 (diff)
parent03e1a7c4b8eb9baaefe8626e78c25de3fff6b608 (diff)
downloadzope-interface-c39dad1610e7fe24147ea16c43d79f71880f2d7c.tar.gz
Merge pull request #40 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
-rw-r--r--README.rst2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c482bc8..123ea68 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@
:target: https://travis-ci.org/zopefoundation/zope.interface
.. image:: https://readthedocs.org/projects/zopeinterface/badge/?version=latest
- :target: http://zopeinterface.readthedocs.org/en/latest/
+ :target: https://zopeinterface.readthedocs.io/en/latest/
:alt: Documentation Status
This package is intended to be independently reusable in any Python
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"