From d752c0b7589097d1ae8fe3cde5b0c0cd3ddc429a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Feb 2020 23:58:13 +0100 Subject: [PATCH] :hammer: Update community forum links --- .github/support.yml | 2 +- README.md | 2 +- wireguard/.README.j2 | 2 +- wireguard/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 7853d19..998d1f5 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-wireguard/134662?u=frenck) + [Home Assistant community forum](https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?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 06d31cd..be5b99d 100644 --- a/README.md +++ b/README.md @@ -584,7 +584,7 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [dockerhub]: https://hub.docker.com/r/hassioaddons/wireguard [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-wireguard/134662?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?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/wireguard/.README.j2 b/wireguard/.README.j2 index 6678e61..fc8c933 100644 --- a/wireguard/.README.j2 +++ b/wireguard/.README.j2 @@ -73,7 +73,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-wireguard/134662?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?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/wireguard/Dockerfile b/wireguard/Dockerfile index 31a10ff..44ec464 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -51,7 +51,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="WireGuard" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-wireguard/134662?u=frenck" \ + org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck" \ org.label-schema.usage="https://github.com/hassio-addons/addon-wireguard/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-wireguard" \