From efbe89c6f842cf89fc0627a74041049c63b4312e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 10 Jan 2019 22:09:33 +0100 Subject: [PATCH] :shirt: Updates forum URLs --- .github/support.yml | 2 +- README.md | 4 ++-- adguard/.README.j2 | 4 ++-- adguard/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 27e688f..1fbc387 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-adguard-home/90684?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 d2adda4..7b84741 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ parental control (adult content blocking) capabilities. Its purpose is to let you control your entire network and all your devices, and it does not require using a client-side program. -AdGuard Home provides a beautiful, easy and feature richt web interface to +AdGuard Home provides a beautiful, easy and feature-rich web interface to easily manage the filtering process and its settings. ## Installation @@ -233,7 +233,7 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [dockerhub]: https://hub.docker.com/r/hassioaddons/adguard [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-adguard-home/90684?u=frenck [frenck]: https://github.com/frenck [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-adguard-home/badges/master/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-adguard-home/pipelines diff --git a/adguard/.README.j2 b/adguard/.README.j2 index 5afba74..84e7bcd 100644 --- a/adguard/.README.j2 +++ b/adguard/.README.j2 @@ -17,7 +17,7 @@ parental control (adult content blocking) capabilities. Its purpose is to let you control your entire network and all your devices, and it does not require using a client-side program. -AdGuard Home provides a beautiful, easy and feature richt web interface to +AdGuard Home provides a beautiful, easy and feature-rich web interface to easily manage the filtering process and its settings. [Click here for the full documentation][docs] @@ -69,7 +69,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-adguard-home/90684?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck diff --git a/adguard/Dockerfile b/adguard/Dockerfile index e092f93..5727d59 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -46,7 +46,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Adguard Home" \ 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-adguard-home/90684?u=frenck" \ org.label-schema.usage="https://github.com/hassio-addons/addon-adguard-home/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-adguard-home" \