From 95c0108f40f11c0d0399c5e646fb3df5a2702342 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 15 Jun 2016 22:45:57 +0100 Subject: Convert readthedocs links for their .org -> .io migration for hosted projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 71ebe98..c1d97d2 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ It follows strictly the 2.0.0 version of the SemVer scheme. :target: http://travis-ci.org/rbarrois/python-semanticversion/ .. image:: https://img.shields.io/pypi/v/semantic_version.svg - :target: http://python-semanticversion.readthedocs.org/en/latest/changelog.html + :target: https://python-semanticversion.readthedocs.io/en/latest/changelog.html :alt: Latest Version .. image:: https://img.shields.io/pypi/pyversions/semantic_version.svg @@ -27,7 +27,7 @@ Links ----- - Package on `PyPI`_: http://pypi.python.org/pypi/semantic_version/ -- Doc on `ReadTheDocs `_: http://readthedocs.org/docs/python-semanticversion/ +- Doc on `ReadTheDocs `_: https://python-semanticversion.readthedocs.io/ - Source on `GitHub `_: http://github.com/rbarrois/python-semanticversion/ - Build on `Travis CI `_: http://travis-ci.org/rbarrois/python-semanticversion/ - Semantic Version specification: `SemVer`_ -- cgit v1.2.1