diff --git a/README.md b/README.md index d7392b203..3d8a7cd87 100644 --- a/README.md +++ b/README.md @@ -755,10 +755,10 @@ SOFTWARE. [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/fe984dc -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/fe984dc/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/4c281fe +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/4c281fe/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-fe984dc-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-4c281fe-blue.svg [example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 4518bd288..d8e924f54 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,3 +1,4 @@ # Changelog since v4.5.0 +- 📚 Use new My Home Assistant link format (#120) - ⬆️ Upgrades add-on base image to 12.0.0 (#119) - 📚 Hotfix repository link (#117) diff --git a/example/DOCS.md b/example/DOCS.md index e9715b1b0..b0a9ffa19 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -29,12 +29,6 @@ comparison to installing any other Home Assistant add-on. 1. Start the "Example" add-on. 1. Check the logs of the "Example" add-on to see it in action. -Home Assistant, by default, ships with the Community Add-ons store installed. -However, if it is missing (for any reason), you can add it by clicking the -button My button below. - -[![Add repository to your Home Assitant instance.][repository-badge]][repository] - ## Configuration Eventought this add-on is just an example add-on, it does come with some @@ -133,7 +127,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg -[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_example +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_example&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [contributors]: https://github.com/hassio-addons/addon-example/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons @@ -142,6 +136,4 @@ SOFTWARE. [issue]: https://github.com/hassio-addons/addon-example/issues [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-example/releases -[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg -[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: http://semver.org/spec/v2.0.0.html diff --git a/example/README.md b/example/README.md index 06ce6e369..6f4eb1a8b 100644 --- a/example/README.md +++ b/example/README.md @@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-fe984dc-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/fe984dc \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-4c281fe-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/4c281fe \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index e02dff200..fdd00abdd 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -17,4 +17,4 @@ schema: seconds_between_quotes: int(1,120) slug: example url: https://github.com/hassio-addons/addon-example -version: fe984dc +version: 4c281fe