diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7095b25..49260bc 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,18 +1,18 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - http://docs.openstack.org/developer/horizon/contributing.html + https://docs.openstack.org/horizon/latest/ - or http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/horizon + https://bugs.launchpad.net/horizon diff --git a/HACKING.rst b/HACKING.rst index 1a29f1e..31c4747 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ tempest-horizon Style Commandments -=============================================== +================================== Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 126027c..fbc7156 100644 --- a/README.rst +++ b/README.rst @@ -2,21 +2,22 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/tempest-horizon.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/tempest-horizon.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on -=============================== +=============== tempest-horizon -=============================== +=============== Tempest Plugin for Horizon tests * Free software: Apache license Using --------- +----- + Install this plugin in the same python environment as tempest. In tempest directory, run::