diff options
author | Adam Chainz <adam@adamj.eu> | 2016-05-29 14:28:55 +0100 |
---|---|---|
committer | Adam Chainz <adam@adamj.eu> | 2016-05-29 14:28:55 +0100 |
commit | 513a045395b4cb5d8e1a9deb69bc9761d79eee37 (patch) | |
tree | 5ff66efc419b1bec9f2d08bf0931e85da30a5ebb /lib/sqlalchemy/ext/automap.py | |
parent | 4856493efc1f6b7fdecf36e020a95636f600a626 (diff) | |
download | sqlalchemy-pr/278.tar.gz |
Convert readthedocs link for their .org -> .io migration for hosted projectspr/278
As per their email ‘Changes to project 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 'lib/sqlalchemy/ext/automap.py')
-rw-r--r-- | lib/sqlalchemy/ext/automap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py index 023d11ca8..bb1c5da3d 100644 --- a/lib/sqlalchemy/ext/automap.py +++ b/lib/sqlalchemy/ext/automap.py @@ -13,7 +13,7 @@ schema, typically though not necessarily one which is reflected. It is hoped that the :class:`.AutomapBase` system provides a quick and modernized solution to the problem that the very famous -`SQLSoup <https://sqlsoup.readthedocs.org/en/latest/>`_ +`SQLSoup <https://sqlsoup.readthedocs.io/en/latest/>`_ also tries to solve, that of generating a quick and rudimentary object model from an existing database on the fly. By addressing the issue strictly at the mapper configuration level, and integrating fully with existing |