fix broken links

as noted in [1] we had a few broken links, this should fix the
ones seen in the keystone repo

[1] http://lists.openstack.org/pipermail/openstack-docs/2017-January/009464.html

Change-Id: I7d4c6d7646a76a35da651c7c8d6e0bd87a8cefe6
This commit is contained in:
Steve Martinelli 2017-01-13 00:15:35 -05:00
parent b4c97d3b7b
commit 066bf83a81
2 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ class KeystoneMigrationsCheckers(test_migrations.WalkVersionsMixin):
# constraint.
#
# Please follow the guidelines outlined at:
# http://docs.openstack.org/developer/keystone/developing.html#online-migration
# http://docs.openstack.org/developer/keystone/devref/development_best_practices.html#database-migrations
if version >= self.first_version and version not in self.exceptions:
banned_ops = self.banned_ops

View File

@ -1606,7 +1606,7 @@ class VersionTests(SqlMigrateBase):
For more information, see "Database Migrations" here:
http://docs.openstack.org/developer/keystone/developing.html
http://docs.openstack.org/developer/keystone/devref/development_best_practices.html#database-migrations
"""
# Note to reviewers: this version number should never change.
@ -1629,7 +1629,7 @@ class VersionTests(SqlMigrateBase):
For more information, see "Database Migrations" here:
http://docs.openstack.org/developer/keystone/developing.html
http://docs.openstack.org/developer/keystone/devref/development_best_practices.html#database-migrations
"""
# Transitive comparison: expand == data migration == contract