From 1b613dd78567200d46690b5978eb84e31982af10 Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Wed, 18 Oct 2023 20:39:59 +0200 Subject: [PATCH] chore: fix broken links --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 071ec4e..f2be21f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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``