]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update SQLAlchemy-Migrate link to the new repo
authorJeff Widman <jeff@jeffwidman.com>
Thu, 24 Dec 2015 10:17:02 +0000 (02:17 -0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Jan 2016 15:32:20 +0000 (10:32 -0500)
(cherry picked from commit 56b76ce7a823a076bd91490f940df95ad409db61)

doc/build/core/metadata.rst

index 1c256c8c919ff2d9dce1613f184a600fbdd26660..c55472105b9faf2b4d9a222965bd9d3985b040a1 100644 (file)
@@ -248,7 +248,7 @@ There are two major migration tools available for SQLAlchemy:
   supporting such features as transactional DDL, automatic generation of "candidate"
   migrations, an "offline" mode which generates SQL scripts, and support for branch
   resolution.
-* `SQLAlchemy-Migrate <http://code.google.com/p/sqlalchemy-migrate/>`_ - The original
+* `SQLAlchemy-Migrate <https://github.com/openstack/sqlalchemy-migrate>`_ - The original
   migration tool for SQLAlchemy, SQLAlchemy-Migrate is widely used and continues
   under active development.   SQLAlchemy-Migrate includes features such as
   SQL script generation, ORM class generation, ORM model comparison, and extensive