diff --git a/doc/source/developing.rst b/doc/source/developing.rst index f1c1d289ab..148841e939 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -100,7 +100,7 @@ the script, the version is the number before the underline. For example, if the script is named ``001_add_X_table.py`` then the version of the SQL migration is ``1``. -.. _SQLAlchemy-migrate: https://github.com/stackforge/sqlalchemy-migrate +.. _SQLAlchemy-migrate: https://git.openstack.org/cgit/openstack/sqlalchemy-migrate Extensions should be created as directories under ``keystone/contrib``. An extension that requires SQL migrations should not change the common repository, diff --git a/keystone/common/sql/migrate_repo/README b/keystone/common/sql/migrate_repo/README index 2c35585c82..4ea8dd4f95 100644 --- a/keystone/common/sql/migrate_repo/README +++ b/keystone/common/sql/migrate_repo/README @@ -1,4 +1,4 @@ This is a database migration repository. More information at -https://github.com/stackforge/sqlalchemy-migrate +https://git.openstack.org/cgit/openstack/sqlalchemy-migrate