From 6d57a5bddc5377afb3bc7f10641000a143534820 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 9 Sep 2018 15:54:41 +0100 Subject: [PATCH] Adding link to auth docs (#6217) Adding a link to the auth documentation --- source/_components/auth.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/auth.markdown b/source/_components/auth.markdown index 96d0ab055a2..cc7ec923920 100644 --- a/source/_components/auth.markdown +++ b/source/_components/auth.markdown @@ -12,4 +12,4 @@ ha_category: Other ha_release: 0.73 --- -This component creates the endpoints for the authentication system that is built into Home Assistant. There are no configuration options for this component directly as it relies on the auth system in the core. +This component creates the endpoints for the [authentication system](/docs/authentication/) that is built into Home Assistant. There are no configuration options for this component directly as it relies on the auth system in the core.