diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-10 10:31:51 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-10 10:31:51 -0500 |
commit | ddba8b0e7f89bd5274534112e2bd3ea3baca6dbe (patch) | |
tree | 1a977e944d7e973713f388a74e2d82e53582ad32 | |
parent | 536e5ceceaf763454f13cf5c896c4f477b06a784 (diff) | |
parent | 56b76ce7a823a076bd91490f940df95ad409db61 (diff) | |
download | sqlalchemy-ddba8b0e7f89bd5274534112e2bd3ea3baca6dbe.tar.gz |
Merge remote-tracking branch 'origin/pr/225'
-rw-r--r-- | doc/build/core/metadata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/metadata.rst b/doc/build/core/metadata.rst index 1eade1c1c..74802b1c3 100644 --- a/doc/build/core/metadata.rst +++ b/doc/build/core/metadata.rst @@ -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 |