From d867ef65511cf6c9bda625a5ace22f90c3445c14 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Fri, 6 May 2022 00:55:03 +0900 Subject: [PATCH] Replace old URLs with new ones Change-Id: I66d76bed4ec19ef7517d88de20fcc32fea635261 Signed-off-by: Takashi Natsume --- README.rst | 4 ++-- bindep.txt | 2 +- doc/source/contributor/testing.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1bc3bdcc2..cdaf86536 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,6 @@ Python API implements 100% of the OpenStack Compute API. .. _Blueprints: https://blueprints.launchpad.net/python-novaclient .. _Bugs: https://bugs.launchpad.net/python-novaclient .. _Source: https://opendev.org/openstack/python-novaclient -.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html -.. _Specs: http://specs.openstack.org/openstack/nova-specs/ +.. _How to Contribute: https://docs.opendev.org/opendev/infra-manual/latest/developers.html +.. _Specs: https://specs.openstack.org/openstack/nova-specs/ .. _Release Notes: https://docs.openstack.org/releasenotes/python-novaclient diff --git a/bindep.txt b/bindep.txt index eaa5e1f2f..c3ae8263a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; -# see https://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.opendev.org/opendev/bindep/latest/ for additional information. build-essential [platform:dpkg] dbus-devel [platform:rpm] diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 4a1e1938b..ed0fa506d 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -25,4 +25,4 @@ DevStack installation with a demo and an admin user/tenant - or clouds named Refer to `Consistent Testing Interface`__ for more details. -__ https://opendev.org/openstack/governance/src/branch/master/reference/project-testing-interface.rst +__ https://governance.openstack.org/tc/reference/project-testing-interface.html