From 739d9f0edf425da28db94577b0a10bd613ced19f Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 28 Apr 2025 22:37:27 +0000 Subject: [PATCH] Remove 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: Ia2df5b6a06f9a4d343b3fbb24df2ecf3645815cb --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 87a2085b74..d4805435c5 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ Horizon (OpenStack Dashboard) ============================= +.. image:: https://governance.openstack.org/tc/badges/horizon.svg + +.. Change things from this point on + Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components. The ``openstack_dashboard`` module is a reference @@ -14,9 +18,6 @@ web-based interactions with the various OpenStack projects. * Issue tracking: https://bugs.launchpad.net/horizon * Release notes: https://docs.openstack.org/releasenotes/horizon/ -.. image:: https://governance.openstack.org/tc/badges/horizon.svg - :target: https://governance.openstack.org/tc/reference/tags/ - Using Horizon =============