diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 51b3e695..33adff52 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.opendev.org/opendev/infra-manual/latest/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.opendev.org/opendev/infra-manual/latest/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index 9c1df73e..a7d69989 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,8 @@ them as quickly as possible. * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/pbr/latest/ -* Source: https://git.openstack.org/cgit/openstack-dev/pbr +* Source: https://opendev.org/openstack/pbr * Bugs: https://bugs.launchpad.net/pbr -* Change Log: https://docs.openstack.org/pbr/latest/user/history.html .. _d2to1: https://pypi.python.org/pypi/d2to1 .. _distutils2: https://pypi.python.org/pypi/Distutils2 diff --git a/doc/source/user/using.rst b/doc/source/user/using.rst index 3fa75696..b9659d02 100644 --- a/doc/source/user/using.rst +++ b/doc/source/user/using.rst @@ -57,7 +57,7 @@ versions of `setuptools`__. A simple sample can be found in *pbr*'s own project_urls = Bug Tracker = https://bugs.launchpad.net/pbr/ Documentation = https://docs.openstack.org/pbr/ - Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/ + Source Code = https://opendev.org/openstack/pbr license = Apache-2 classifier = Development Status :: 4 - Beta diff --git a/pbr/tests/test_util.py b/pbr/tests/test_util.py index a9fdf6e4..0a02fc1b 100644 --- a/pbr/tests/test_util.py +++ b/pbr/tests/test_util.py @@ -103,12 +103,12 @@ class TestMapFieldsParsingScenarios(base.BaseTestCase): project_urls = Bug Tracker = https://bugs.launchpad.net/pbr/ Documentation = https://docs.openstack.org/pbr/ - Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/ + Source Code = https://opendev.org/openstack/pbr """, # noqa: E501 'expected_project_urls': { 'Bug Tracker': 'https://bugs.launchpad.net/pbr/', 'Documentation': 'https://docs.openstack.org/pbr/', - 'Source Code': 'https://git.openstack.org/cgit/openstack-dev/pbr/', # noqa: E501 + 'Source Code': 'https://opendev.org/openstack/pbr', }, }), ('query_parameters', { diff --git a/pbr/tests/testpackage/setup.cfg b/pbr/tests/testpackage/setup.cfg index ab31e95d..e323252f 100644 --- a/pbr/tests/testpackage/setup.cfg +++ b/pbr/tests/testpackage/setup.cfg @@ -9,7 +9,7 @@ home-page = http://pypi.python.org/pypi/pbr project_urls = Bug Tracker = https://bugs.launchpad.net/pbr/ Documentation = https://docs.openstack.org/pbr/ - Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/ + Source Code = https://opendev.org/openstack/pbr summary = Test package for testing pbr description-file = README.txt diff --git a/setup.cfg b/setup.cfg index f88d2170..97fcfea3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ home-page = https://docs.openstack.org/pbr/latest/ project_urls = Bug Tracker = https://bugs.launchpad.net/pbr/ Documentation = https://docs.openstack.org/pbr/ - Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/ + Source Code = https://opendev.org/openstack/pbr python-requires = >=2.6 classifier = Development Status :: 5 - Production/Stable