From 9a726707dd165d36b7a141b85a434db40023342e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Apr 2019 17:55:47 +0200 Subject: [PATCH] :pencil2: Updates forum topic URLs --- .github/support.yml | 2 +- README.md | 2 +- grocy/.README.j2 | 2 +- grocy/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 27e688f..c43a8da 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/?u=frenck) + [Home Assistant community forum](https://community.home-assistant.io/t/community-hass-io-add-on-grocy/112422?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 947bd35..4bb1a30 100755 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [dockerhub]: https://hub.docker.com/r/hassioaddons/grocy [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/?u=frenck +[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grocy/112422?u=frenck [frenck]: https://github.com/frenck [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-grocy/badges/master/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-grocy/pipelines diff --git a/grocy/.README.j2 b/grocy/.README.j2 index 9c35d01..986e5ad 100644 --- a/grocy/.README.j2 +++ b/grocy/.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/?u=frenck +[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grocy/112422?u=frenck [grocy-demo]: https://demo-en.grocy.info [grocy]: https://grocy.info/ [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg diff --git a/grocy/Dockerfile b/grocy/Dockerfile index db59fdf..32e97f3 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -78,7 +78,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Grocy" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/?u=frenck" \ + org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-grocy/112422?u=frenck" \ org.label-schema.usage="https://github.com/hassio-addons/addon-grocy/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-grocy" \