Fix the invalid links in docs
The url links are invalid or not found in these docs.
Replace them with the right ones according to the lastest OpenStack
websites.
Change-Id: I5e3a254229548af6aa2e53da4e0125cfe47193b9
diff --git a/README.rst b/README.rst
index 30743cf..e1a2d04 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/designate-tempest-plugin.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/designate-tempest-plugin.svg
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@@ -15,10 +15,10 @@
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/tempest/latest/plugin.html#using-plugins
See the designate docs for information on writing new tests etc:
-https://docs.openstack.org/developer/designate-tempest-plugin/#writing-new-tests
+https://docs.openstack.org/designate-tempest-plugin/latest/#writing-new-tests
Running the tests
-----------------