diff --git a/README.rst b/README.rst index 3a8d6a0..0b4326f 100644 --- a/README.rst +++ b/README.rst @@ -10,5 +10,5 @@ jobs. * Free software: Apache license * Documentation: https://docs.openstack.org/whereto/latest/ -* Source: http://git.openstack.org/cgit/openstack/whereto +* Source: http://opendev.org/openstack/whereto * Bugs: https://storyboard.openstack.org/#!/project/1037 diff --git a/doc/source/index.rst b/doc/source/index.rst index 770ae12..a415bc8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,7 +11,7 @@ whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs. -:Source: http://git.openstack.org/cgit/openstack/whereto +:Source: http://opendev.org/openstack/whereto :Bugs: https://storyboard.openstack.org/#!/project/1037 .. toctree:: diff --git a/tox.ini b/tox.ini index 6658b12..5a57faa 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning 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/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands =