From ad00e6d41b441e10f0b4ed81511e66660a9eeaa0 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:39:37 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs 1. Replace git.openstack.org URLs with opendev.org URLs 2. Update some URLs to latest Change-Id: Ifcb01ece24fb28d4dc28daa0a638787280fe8eb5 Closes-Bug: #1826529 --- CONTRIBUTING.rst | 4 ++-- README.rst | 2 +- doc/source/index.rst | 2 +- os_testr/tests/files/setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 67303d7..fc0a43a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: -- http://docs.openstack.org/infra/manual/developers.html +- https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: -- http://docs.openstack.org/infra/manual/developers.html#development-workflow +- https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index 51d862f..fc34bc9 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ A testr wrapper to provide functionality for OpenStack projects. * Free software: Apache license * Documentation: https://docs.openstack.org/os-testr/ -* Source: https://git.openstack.org/cgit/openstack/os-testr +* Source: https://opendev.org/openstack/os-testr * Bugs: https://bugs.launchpad.net/os-testr Features diff --git a/doc/source/index.rst b/doc/source/index.rst index c1d7bea..0d4021e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,7 +13,7 @@ A testr wrapper to provide functionality for OpenStack projects. * Free software: Apache license * Documentation: https://docs.openstack.org/os-testr/ -* Source: https://git.openstack.org/cgit/openstack/os-testr +* Source: https://opendev.org/openstack/os-testr * Bugs: https://bugs.launchpad.net/os-testr Contents diff --git a/os_testr/tests/files/setup.cfg b/os_testr/tests/files/setup.cfg index 22c02f1..025d7f9 100644 --- a/os_testr/tests/files/setup.cfg +++ b/os_testr/tests/files/setup.cfg @@ -4,7 +4,7 @@ version = 1 summary = Fake Project for testing wrapper scripts author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Intended Audience :: Information Technology Intended Audience :: System Administrators