From aee50b4cf98150a9a3f4ef3dcf602b8c21453797 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Thu, 2 Jun 2016 22:10:49 +0100 Subject: [PATCH] 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 ++-- docs/conf.py | 2 +- docs/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 266f0f4..0103581 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,13 @@ wtforms-json Adds smart json support for `WTForms`_. Useful for when using WTForms with RESTful APIs. -.. _WTForms: https://wtforms.readthedocs.org/en/latest/ +.. _WTForms: https://wtforms.readthedocs.io/en/latest/ Resources --------- -- `Documentation `_ +- `Documentation `_ - `Issue Tracker `_ - `Code `_ diff --git a/docs/conf.py b/docs/conf.py index e7dbf80..803c20e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -245,5 +245,5 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'wtforms': ('http://wtforms.readthedocs.org/en/latest/', None) + 'wtforms': ('https://wtforms.readthedocs.io/en/latest/', None) } diff --git a/docs/index.rst b/docs/index.rst index 32766ff..e5546f5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ WTForms-JSON WTForms-JSON is a `WTForms`_ extension for JSON data handling. -.. _WTForms: https://wtforms.readthedocs.org/en/latest/ +.. _WTForms: https://wtforms.readthedocs.io/en/latest/ What does it do? ----------------