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