From 02721463171624bbcada138a6adee4ae5d025386 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 14 May 2017 11:28:47 -0700 Subject: [PATCH] Fix hassio tutorial link --- source/hassio/addon_tutorial.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/addon_tutorial.markdown b/source/hassio/addon_tutorial.markdown index 804872d2626..d321065c79d 100644 --- a/source/hassio/addon_tutorial.markdown +++ b/source/hassio/addon_tutorial.markdown @@ -157,7 +157,7 @@ python3 -m http.server Since we updated the version number in our `config.json`, Home Assistant will show an update button when looking at the add-on details. You might have to refresh your browser or click the refresh button in the add-on store for it to show up. If you did not update the version number, you can also uninstall and install the add-on again. After installing the add-on again, make sure you start it. -Now navigate to [http://hassio.local:8000] to see our server in action! +Now navigate to [http://hassio.local:8000](http://hassio.local:8000) to see our server in action!