diff --git a/README.rst b/README.rst index cfc33635..b9e8f9bd 100644 --- a/README.rst +++ b/README.rst @@ -50,5 +50,5 @@ Project Info * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/heat-translator/ * Bugs and Blueprints: https://storyboard.openstack.org/#!/project/openstack/heat-translator -* Source: http://git.openstack.org/cgit/openstack/heat-translator/ +* Source: http://opendev.org/openstack/heat-translator/ * IRC Channel: #openstack-heat-translator diff --git a/tox.ini b/tox.ini index 41034de2..6b171601 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = PYTHONWARNINGS=default::DeprecationWarning passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/plain/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py test --slowest --testr-args='{posargs}'