diff --git a/README.rst b/README.rst index e549dc23..334b92e4 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ plugin mechanism. * Free software: under the `Apache license `_ * Documentation: https://docs.openstack.org/qinling/latest/ -* Source: http://git.openstack.org/cgit/openstack/qinling +* Source: https://opendev.org/openstack/qinling * Features: https://storyboard.openstack.org/#!/project/927 * Bug Track: https://storyboard.openstack.org/#!/project/927 * Release notes: https://docs.openstack.org/releasenotes/qinling/ diff --git a/doc/source/index.rst b/doc/source/index.rst index 02a31b98..b1ecf14f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -29,7 +29,7 @@ OpenStack services or call it directly from any web or mobile app. * Free software: Apache license * Documentation: https://docs.openstack.org/qinling/latest/ -* Source: http://git.openstack.org/cgit/openstack/qinling +* Source: https://opendev.org/openstack/qinling * Features: https://storyboard.openstack.org/#!/project/927 * Bug Track: https://storyboard.openstack.org/#!/project/927 * IRC channel on Freenode: #openstack-qinling diff --git a/tox.ini b/tox.ini index df880955..05dcfdef 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} PYTHONWARNINGS=default::DeprecationWarning