Link partner badges in docs to right website (#38841)

This commit is contained in:
Paulus Schoutsen 2025-05-01 08:18:49 -04:00 committed by GitHub
parent 04c722c51a
commit ef6c063118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@
{% if page.works_with %}
{%- for type in page.works_with -%}
<div class="section">
<a href="/blog/2022/07/12/partner-program">
<a href="https://works-with.home-assistant.io/">
<img src="../../images/works_with/works-with-{{ type }}.png" alt="Works via {{ type }} with Home assistant">
</a>
</div>