summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 55be896..0bfe4b4 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://git.openstack.org/cgit/openstack/oslo.config
+* Source: https://opendev.org/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 e6b664c..55b6481 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://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =