From c1c43bb1c44740767f8232185ba3df41f7875905 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 17:06:14 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I2d296e2001912928f1d3380a3b1a8c9e365c324e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 95dc08f..de7da91 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ commands = {posargs} [testenv:docs] 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 commands = sphinx-build -W -E -b html -d doc/build/doctrees doc/source doc/build/html