From 24370fabb27b784d1e921e64dd17a53b2f972c7f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 May 2017 20:11:12 +0200 Subject: [PATCH] Add links --- source/hassio/addon_development.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/addon_development.markdown b/source/hassio/addon_development.markdown index 92810a8f971..3bdf724986c 100644 --- a/source/hassio/addon_development.markdown +++ b/source/hassio/addon_development.markdown @@ -11,4 +11,4 @@ footer: true Add-ons for Hass.io allows the user to extend the functionality around Home Assistant. This can be running an application that Home Assistant can integrate with (like an MQTT broker) or to share the configuration via Samba for easy editing from other computers. Add-ons can be configured via the Hass.io panel in Home Assistant. -Under the hood, add-ons are Docker images published in Docker hub. Developers can create GitHub repositories that contain multiple references to add-ons for easy sharing with the community. +Under the hood, add-ons are Docker images published in [Docker hub](https://hub.docker.com/). Developers can create [GitHub](https://github.com) repositories that contain multiple references to add-ons for easy sharing with the community.