From 0ae3308dafd67885fa3065af51cfedd99818b7c8 Mon Sep 17 00:00:00 2001 From: Test GITHub account Date: Sun, 13 Jan 2019 02:26:12 -0700 Subject: [PATCH] Correct URL link (#8117) * Correct URL link The markdown syntax for the link was reversed. * Fix ocomment --- source/_docs/ecosystem/ios.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/ios.markdown b/source/_docs/ecosystem/ios.markdown index 2fc5de550b1..2bf9d241aba 100644 --- a/source/_docs/ecosystem/ios.markdown +++ b/source/_docs/ecosystem/ios.markdown @@ -31,7 +31,7 @@ The `ios` component is the companion component for the Home Assistant iOS app. W Loading the `ios` component will also load the [`device_tracker`](/components/device_tracker), [`zeroconf`](/components/zeroconf) and [`notify`](/components/notify) platforms. -In order to save credentials and adjust settings within the iOS Home Assistant app, the Optional (`api_password`)[https://www.home-assistant.io/components/http/#api_password] must be set. +In order to save credentials and adjust settings within the iOS Home Assistant app, the optional [`api_password`](/components/http/#api_password) must be set. ## {% linkable_title Setup %}