From e442ee9bf79d7a4912e7c7994adab2734f7cb34a Mon Sep 17 00:00:00 2001 From: tonybrad Date: Sun, 5 May 2019 09:35:28 +0800 Subject: [PATCH] Update to opendev Change-Id: I2d5ecb0f4dea687d9d26f1aac1465b0f00b93aad --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7452093..e3cf7c5 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,6 @@ To use, install cookiecutter:: Then `cd` into the project directory then run:: - cookiecutter https://git.openstack.org/openstack/tempest-plugin-cookiecutter.git + cookiecutter https://opendev.org/openstack/tempest-plugin-cookiecutter.git You will be prompted for the project name/repository name/class of the tempest plugin to create.