Fix git repo link error in README.

Since http://git.openstack.org/cgit/openstack/zun-tempest-plugin
is not clonable, change it to
https://git.openstack.org/cgit/openstack/zun-tempest-plugin

Change-Id: Ib030d7ddfa30c7ec1fe071746c4600ea6532d2e1
This commit is contained in:
ShunliZhou 2017-12-14 09:43:00 +08:00
parent 08b544c1d2
commit 23ae1b0f3a
1 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ This directory contains Tempest tests to cover the Zun project, as well
as a plugin to automatically load these tests into tempest.
See the Tempest plugin docs for information on using it:
http://docs.openstack.org/developer/tempest/plugin.html#using-plugins
https://docs.openstack.org/developer/tempest/plugin.html#using-plugins
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/zun-tempest-plugin
* Source: http://git.openstack.org/cgit/openstack/zun-tempest-plugin
* Bugs: http://bugs.launchpad.net/zun
* Documentation: https://docs.openstack.org/developer/zun-tempest-plugin
* Source: https://git.openstack.org/cgit/openstack/zun-tempest-plugin
* Bugs: https://bugs.launchpad.net/zun
Running the tests
-----------------