Merge "Fix error when creating TimeoutException"
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
-----------------
diff --git a/doc/source/index.rst b/doc/source/index.rst
index b7053a1..ac57e68 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -286,6 +286,6 @@
pass
-.. _Tempest Docs: http://docs.openstack.org/developer/tempest/
-.. _Tempest HACKING: http://docs.openstack.org/developer/tempest/HACKING.html
-.. _Tempest Plugins: http://docs.openstack.org/developer/tempest/plugin.html
+.. _Tempest Docs: https://docs.openstack.org/tempest/latest/
+.. _Tempest HACKING: https://docs.openstack.org/tempest/latest/HACKING.html
+.. _Tempest Plugins: https://docs.openstack.org/tempest/latest/plugin.html
diff --git a/setup.cfg b/setup.cfg
index 6054053..8e69b9a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/designate/
+home-page = https://docs.openstack.org/designate-tempest-plugin/latest/
classifier =
Environment :: OpenStack
Environment :: No Input/Output (Daemon)