diff options
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index cfcb112d5..f24fb4a41 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -373,7 +373,7 @@ epub_copyright = u'2007-2015, SQLAlchemy authors' #epub_tocdup = True intersphinx_mapping = { - 'alembic': ('http://alembic.readthedocs.org/en/latest/', None), + 'alembic': ('https://alembic.readthedocs.io/en/latest/', None), 'psycopg2': ('http://pythonhosted.org/psycopg2', None), } |