From c7a8475e71ab0d29d4a7dedd39683307ce2134bd Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 21 Aug 2019 17:01:06 +0200 Subject: [PATCH] :hammer: Fix url link (#307) --- docs/hassio_addon_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_tutorial.md b/docs/hassio_addon_tutorial.md index 16eadcc6..8db7a28b 100644 --- a/docs/hassio_addon_tutorial.md +++ b/docs/hassio_addon_tutorial.md @@ -177,4 +177,4 @@ Change the options and schema entries in your `config.json` with the following: } ``` -Refresh the add-on store and re-install your add-on. You will now see the options available in the add-on config screen. When you now go back to our Python 3 server and download `options.json`, you'll see the options you set. [Example of how options.json can be used inside `run.sh`](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/run.sh#L4-L6) +Refresh the add-on store and re-install your add-on. You will now see the options available in the add-on config screen. When you now go back to our Python 3 server and download `options.json`, you'll see the options you set. [Example of how options.json can be used inside `run.sh`](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/data/run.sh#L4-L5)