From 926d3b15061c3980cd9bd837f72c0c7b806c7bd9 Mon Sep 17 00:00:00 2001 From: ABOTlegacy Date: Mon, 30 Oct 2017 11:36:51 -0500 Subject: [PATCH] Bugfix: Found a broken url. Now it is fixed. (#3839) * Bugfix: Found a broken url. Now it is fixed. * Bugfix: Found a broken url. Now it is fixed. --- source/_components/insteon_hub.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/insteon_hub.markdown b/source/_components/insteon_hub.markdown index 7318b88ee15..03bf4b8a6ec 100644 --- a/source/_components/insteon_hub.markdown +++ b/source/_components/insteon_hub.markdown @@ -32,6 +32,6 @@ insteon_hub: Configuration variables: -- **username** (*Required*): The username used to access the Insteon interface (e.g. the [connect.insteon.com](connect.insteon.com) site). +- **username** (*Required*): The username used to access the Insteon interface (e.g. the [connect.insteon.com](http://connect.insteon.com/) site). - **password** (*Required*): The password used to access the Insteon interface. - **api_key** (*Required*): The Insteon REST API key emailed to you once you are approved in the Insteon Developer program.