From 3055fa6fc3bcd52179d738ac9b9f19e510ee3206 Mon Sep 17 00:00:00 2001 From: julianz- <6255571+julianz-@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:47:44 -0800 Subject: [PATCH] Removed the invalid url for the Tidelift logo from README The linkcheck linter was failing due to the logo disappearing from the old hosting. Kept the verbiage for Tidelift Enterprise support but removed the logo. --- README.rst | 29 +++++++++----------------- docs/changelog-fragments.d/816.doc.rst | 3 +++ 2 files changed, 13 insertions(+), 19 deletions(-) create mode 100644 docs/changelog-fragments.d/816.doc.rst diff --git a/README.rst b/README.rst index 6d22f7803c..b659ddfee8 100644 --- a/README.rst +++ b/README.rst @@ -58,30 +58,21 @@ Actions CI/CD workflows. For Enterprise ============== -.. list-table:: - :widths: 10 100 +Professional support for Cheroot is available as part of the +`Tidelift Subscription`_. The CherryPy maintainers and the +maintainers of thousands of other packages are working with +Tidelift to deliver one enterprise subscription that covers all +of the open source you use. - * - |tideliftlogo| - - Professional support for Cheroot is available as part of the - `Tidelift Subscription`_. The CherryPy maintainers and the - maintainers of thousands of other packages are working with - Tidelift to deliver one enterprise subscription that covers all - of the open source you use. +Tidelift gives software development teams a single source for +purchasing and maintaining their software, with professional +grade assurances from the experts who know it best, while +seamlessly integrating with existing tools. - Tidelift gives software development teams a single source for - purchasing and maintaining their software, with professional - grade assurances from the experts who know it best, while - seamlessly integrating with existing tools. - - `Learn more `_. +`Learn more `_. .. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=referral&utm_campaign=readme -.. |tideliftlogo| image:: https://cdn2.hubspot.net/hubfs/4008838/website/logos/logos_for_download/Tidelift_primary-shorthand-logo.png - :target: https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=readme - :width: 75 - :alt: Tidelift - Contribute Cheroot ================== **Want to add something to upstream?** Feel free to submit a PR or file an issue diff --git a/docs/changelog-fragments.d/816.doc.rst b/docs/changelog-fragments.d/816.doc.rst new file mode 100644 index 0000000000..8f5a13eae8 --- /dev/null +++ b/docs/changelog-fragments.d/816.doc.rst @@ -0,0 +1,3 @@ +Removed the invalid Tidelift logo URL from the project description metadata. + +-- by :user:`julianz-`