diff --git a/README.rst b/README.rst index f9de73c5d..f3a9f8c4b 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,9 @@ Team and repository tags .. Change things from this point on -=============================== +===== brick -=============================== +===== .. image:: https://img.shields.io/pypi/v/os-brick.svg :target: https://pypi.org/project/os-brick/ @@ -46,5 +46,5 @@ Release notes for the project can be found at: https://docs.openstack.org/releasenotes/os-brick * License: Apache License, Version 2.0 -* Source: https://git.openstack.org/cgit/openstack/os-brick +* Source: https://opendev.org/openstack/os-brick * Bugs: https://bugs.launchpad.net/os-brick diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index b80e4bb89..bce94c006 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -19,6 +19,6 @@ Or, from source: .. code-block:: shell - $ git clone https://github.com/openstack/os-brick + $ git clone https://opendev.org/openstack/os-brick $ cd os-brick $ python setup.py install diff --git a/tox.ini b/tox.ini index 1257069d2..016c784bd 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = 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}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -49,7 +49,7 @@ commands = [testenv:pylint] basepython = python3 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}/requirements.txt pylint==0.26.0 commands = bash tools/lintstack.sh