diff --git a/.github/support.yml b/.github/support.yml index 1dd38db..18e6a94 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-motioneye/71826?u=frenck) + [Home Assistant community forum](https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?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 89e0706..2c19bee 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [dockerhub]: https://hub.docker.com/r/hassioaddons/motioneye [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-motioneye/71826?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?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/motioneye/.README.j2 b/motioneye/.README.j2 index 39b30e8..deab696 100644 --- a/motioneye/.README.j2 +++ b/motioneye/.README.j2 @@ -72,7 +72,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-motioneye/71826?u=frenck +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?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/motioneye/Dockerfile b/motioneye/Dockerfile index adf45f9..cdedd62 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -55,7 +55,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="motionEye" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-motioneye/71826?u=frenck" \ + org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck" \ org.label-schema.usage="https://github.com/hassio-addons/addon-motioneye/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-motioneye" \