aboutsummaryrefslogtreecommitdiff
path: root/budget/migrations/env.py
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-28 07:46:50 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-28 07:46:50 +0100
commita80202e066beb42c883587206993d929155ba8f3 (patch)
treef820213d60620885ee6df1c62a2a5fa60cbf9ede /budget/migrations/env.py
parent6bcf5e3aa234b7796cc5b9ec652acd4c71a56724 (diff)
downloadihatemoney-mirror-a80202e066beb42c883587206993d929155ba8f3.zip
ihatemoney-mirror-a80202e066beb42c883587206993d929155ba8f3.tar.gz
ihatemoney-mirror-a80202e066beb42c883587206993d929155ba8f3.tar.bz2
Convert readthedocs links 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 'budget/migrations/env.py')
-rwxr-xr-xbudget/migrations/env.py2
1 files changed, 1 insertions, 1 deletions
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]