From 21ca8137b048718472cdb9f4fc00364a31c7c4b3 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:39:07 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I5e22c500d4d5d63b91565d3cd3e67177026d9a5d --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d8f9e7b6..da42f48a 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Release notes for the project can be found at: ``_ The project source code repository is located at: -``_ +``_ Bugs can be reported at: ``_ diff --git a/tox.ini b/tox.ini index 5cbf1f81..f55094bb 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} setenv = PYTHONUNBUFFERED=1 VIRTUAL_ENV={envdir}