From a80202e066beb42c883587206993d929155ba8f3 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Tue, 28 Jun 2016 07:46:50 +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 | 2 +- budget/migrations/env.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 155302a..5794131 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ How about the REST API? ======================= Yep, you're right, there is a REST API with this. Head to the `api -documentation `_ to know more. +documentation `_ to know more. How to contribute ================= diff --git a/budget/migrations/env.py b/budget/migrations/env.py index cef89d2..e2f9a28 100755 --- a/budget/migrations/env.py +++ b/budget/migrations/env.py @@ -55,7 +55,7 @@ def run_migrations_online(): # This callback is used to prevent an auto-migration from being generated # when there are no changes to the schema. - # reference: http://alembic.readthedocs.org/en/latest/cookbook.html + # reference: https://alembic.readthedocs.io/en/latest/cookbook.html def process_revision_directives(context, revision, directives): if getattr(config.cmd_opts, 'autogenerate', False): script = directives[0]