From cf1f9ac73a4cccdc99f943c775c09320a3df459a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Feb 2020 15:06:25 +0100 Subject: [PATCH] :hammer: Update community forum links --- .github/support.yml | 2 +- README.md | 2 +- airsonos/.README.j2 | 2 +- airsonos/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 7a24c39..2dedcef 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -12,7 +12,7 @@ supportComment: > support channels to get help with the project. Head over to the - [Home Assistant community forum](https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck) + [Home Assistant community forum](https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck) or join our [Discord](https://discord.me/hassioaddons) chat. # Close issues marked as support requests diff --git a/README.md b/README.md index 7af3822..dc93e6b 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ SOFTWARE. [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck [frenck]: https://github.com/frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck diff --git a/airsonos/.README.j2 b/airsonos/.README.j2 index f08f34d..43a3dbf 100644 --- a/airsonos/.README.j2 +++ b/airsonos/.README.j2 @@ -68,7 +68,7 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.me/hassioaddons [docs]: {{ repo }}/blob/{{ version }}/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index f91abc4..383495b 100755 --- a/airsonos/Dockerfile +++ b/airsonos/Dockerfile @@ -41,7 +41,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="AirSonos" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck" \ + org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck" \ org.label-schema.usage="https://github.com/hassio-addons/addon-airsonos/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-airsonos" \