diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6f487a6..68e059c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,11 +1,11 @@ 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/HACKING.rst b/HACKING.rst index 3818e10..460bcbf 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ debtcollector Style Commandments -=============================================== +================================ -Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest diff --git a/README.rst b/README.rst index 98505a8..ec4eb7f 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,6 @@ applications) about future deprecations. * Free software: Apache license * Documentation: https://docs.openstack.org/debtcollector/latest -* Source: https://git.openstack.org/cgit/openstack/debtcollector +* Source: https://opendev.org/openstack/debtcollector * Bugs: https://bugs.launchpad.net/debtcollector * Release Notes: https://docs.openstack.org/releasenotes/debtcollector diff --git a/tox.ini b/tox.ini index 7c1bbba..11c44d3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = CLIENT_NAME=debtcollector install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}