From eacdb862f347757494eb42422f64583644eb1be1 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 26 Sep 2018 16:50:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Updated=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/support.yml | 4 ++-- README.md | 2 +- phlex/.README.j2 | 2 +- phlex/Dockerfile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 4060944..895eaa1 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -12,8 +12,8 @@ supportComment: > support channels to get help with the project. Head over to the - [Home Assistant community forum](https://community.home-assistant.io/?u=frenck) - or join our [Discord](https://discord.gg/c5DvZ4e) chat. + [Home Assistant community forum](https://community.home-assistant.io/t/community-hass-io-add-ons-phlex/70378) + or join our [Discord](https://discord.me/hassioaddons) chat. # Close issues marked as support requests close: true diff --git a/README.md b/README.md index 72dc609..29390bd 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [dockerhub]: https://hub.docker.com/r/hassioaddons/phlex [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/ +[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-phlex/70378 [ludeeus]: https://github.com/ludeeus [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-phlex/badges/master/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-phlex/pipelines diff --git a/phlex/.README.j2 b/phlex/.README.j2 index 44f864e..1efad9f 100644 --- a/phlex/.README.j2 +++ b/phlex/.README.j2 @@ -64,7 +64,7 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.gg/c5DvZ4e [docs]: {{ repo }}/blob/{{ version }}/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io +[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-phlex/70378 [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg diff --git a/phlex/Dockerfile b/phlex/Dockerfile index c15dc21..f6e4470 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -53,7 +53,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Phlex" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-phlex/XXXX" \ + org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-ons-phlex/70378" \ org.label-schema.usage="https://github.com/hassio-addons/addon-phlex/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-phlex" \