From d862c7488af520d7b82454f9d937abbdb21d53cc Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 16:59:45 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I0fd71de780e7459405167a2ccc39c2811f0ac48a --- specs/splitting-service-on-API-and-worker.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/splitting-service-on-API-and-worker.rst b/specs/splitting-service-on-API-and-worker.rst index 2df0a8c..618ab9f 100644 --- a/specs/splitting-service-on-API-and-worker.rst +++ b/specs/splitting-service-on-API-and-worker.rst @@ -320,7 +320,7 @@ References ========== -.. [1] `Inspection states `_ +.. [1] `Inspection states `_ .. [2] `RPC Client `_ diff --git a/tox.ini b/tox.ini index 27f5f7d..e671cff 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = pep8,docs usedevelop = True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - -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} [testenv:venv] basepython = python3