diff --git a/README.rst b/README.rst index 0bfe4b43..55be8968 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,6 @@ The Oslo configuration API supports parsing command line arguments and * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/oslo.config/latest/ -* Source: https://opendev.org/openstack/oslo.config +* Source: https://git.openstack.org/cgit/openstack/oslo.config * Bugs: https://bugs.launchpad.net/oslo.config * Release notes: https://docs.openstack.org/releasenotes/oslo.config/ diff --git a/tox.ini b/tox.ini index 55b6481f..e6b664c9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1} OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:60} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands =