From 066bf83a810636ef0827e6760860526b9cc35c97 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 13 Jan 2017 00:15:35 -0500 Subject: [PATCH] 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 --- keystone/tests/unit/test_sql_banned_operations.py | 2 +- keystone/tests/unit/test_sql_upgrade.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keystone/tests/unit/test_sql_banned_operations.py b/keystone/tests/unit/test_sql_banned_operations.py index cb0459b29b..ba7c1d576e 100644 --- a/keystone/tests/unit/test_sql_banned_operations.py +++ b/keystone/tests/unit/test_sql_banned_operations.py @@ -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 diff --git a/keystone/tests/unit/test_sql_upgrade.py b/keystone/tests/unit/test_sql_upgrade.py index 8a09e16dc7..1ae60b1405 100644 --- a/keystone/tests/unit/test_sql_upgrade.py +++ b/keystone/tests/unit/test_sql_upgrade.py @@ -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