diff --git a/README.rst b/README.rst index 66c28c0e..7d7421b8 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ For more details, see the `OpenStack Documentation Contributor Guide `_. * License: Apache License, Version 2.0 -* Source: https://git.openstack.org/cgit/openstack/openstack-doc-tools +* Source: https://opendev.org/openstack/openstack-doc-tools * Bugs: https://bugs.launchpad.net/openstack-doc-tools Prerequisites diff --git a/tox.ini b/tox.ini index 6d0e811f..1113d6e6 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ install_command = pip install {opts} {packages} # Install also sitemap scraping tool, not installed by default # therefore not in requirements file deps = scrapy>=1.0.0 - -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 = stestr run --slowest {posargs}