diff --git a/README.rst b/README.rst index 049b193..d97cae1 100644 --- a/README.rst +++ b/README.rst @@ -27,4 +27,4 @@ It provides a Python API (the ``monascaclient`` module) and a command-line tool .. _PyPi: https://pypi.python.org/pypi/python-monascaclient .. _Online Documentation: https://docs.openstack.org/python-monascaclient/latest/ .. _Bugs: https://storyboard.openstack.org/#!/project/880 -.. _Source: https://git.openstack.org/cgit/openstack/python-monascaclient +.. _Source: https://opendev.org/openstack/python-monascaclient diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 46197d3..f17f960 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -14,7 +14,7 @@ Or, if you have virtualenvwrapper installed:: Or, you can build it manually:: $ mkvirtualenv python-monascaclient - $ git clone https://git.openstack.org/openstack/python-monascaclient + $ git clone https://opendev.org/openstack/python-monascaclient $ cd python-monascaclient $ pip install -r ./requirements.txt $ python setup.py install diff --git a/tox.ini b/tox.ini index 4cd5459..5d97fd5 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ passenv = *_proxy usedevelop = True 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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt whitelist_externals = bash