Skip to content

Commit

Permalink
chore: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Oct 18, 2023
1 parent d38a2ed commit 1b613dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ Other than that, the normal Alembic `configuration instructions`_ apply.

.. _alembic: http://alembic.sqlalchemy.org/en/latest/
.. _configuration instructions: https://alembic.sqlalchemy.org/en/latest/tutorial.html
.. _examples/basic.py: https://github.com/siddhantgoel/tornado-sqlalchemy/blob/master/examples/basic.py
.. _examples/multiple-databases.py: https://github.com/siddhantgoel/tornado-sqlalchemy/blob/master/examples/multiple-databases.py
.. _examples/basic.py: https://github.com/siddhantgoel/tornado-sqlalchemy/blob/main/examples/basic.py
.. _examples/multiple-databases.py: https://github.com/siddhantgoel/tornado-sqlalchemy/blob/main/examples/multiple-databases.py
.. _Future: http://www.tornadoweb.org/en/stable/concurrent.html#tornado.concurrent.Future
.. _MetaData: https://docs.sqlalchemy.org/en/13/core/metadata.html#sqlalchemy.schema.MetaData
.. |MetaData| replace:: ``MetaData``
Expand Down

0 comments on commit 1b613dd

Please sign in to comment.