diff --git a/README.rst b/README.rst index 2849f92..39a5956 100644 --- a/README.rst +++ b/README.rst @@ -23,4 +23,4 @@ command-line tool (``openstack event``). .. _Launchpad project: https://launchpad.net/python-pankoclient .. _Blueprints: https://blueprints.launchpad.net/python-pankoclient .. _Bugs: https://bugs.launchpad.net/python-pankoclient -.. _Source: https://git.openstack.org/cgit/openstack/python-pankoclient +.. _Source: https://opendev.org/openstack/python-pankoclient diff --git a/tox.ini b/tox.ini index 6fc9db0..a5690bc 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = .[test]