Remove url tags from README
The tags framework has been discontinued for a long time.
https://governance.openstack.org/tc/reference/tags/
https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html
Change-Id: Iadc9538c4435a03da26c879b3f073129728763fd
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
diff --git a/doc/source/overview.rst b/doc/source/overview.rst
index 315255d..ee6ea5e 100644
--- a/doc/source/overview.rst
+++ b/doc/source/overview.rst
@@ -9,16 +9,9 @@
scenarios, and other specific tests useful in validating an OpenStack
deployment.
-Team and repository tags
-------------------------
-
-.. image:: https://governance.openstack.org/tc/badges/tempest.svg
- :target: https://governance.openstack.org/tc/reference/tags/index.html
-
-.. Change things from this point on
-
Design Principles
-----------------
+
Tempest Design Principles that we strive to live by.
- Tempest should be able to run against any OpenStack cloud, be it a
@@ -135,6 +128,7 @@
Library
-------
+
Tempest exposes a library interface. This interface is a stable interface and
should be backwards compatible (including backwards compatibility with the
old tempest-lib package, with the exception of the import). If you plan to
@@ -148,6 +142,7 @@
Release Versioning
------------------
+
`Tempest Release Notes <https://docs.openstack.org/releasenotes/tempest>`_
shows what changes have been released on each version.