From e12049cc183d802c65af0e43113ad4543338bb1d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Oct 2016 19:55:26 +0200 Subject: [PATCH] Fix link --- source/getting-started/securing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/securing.markdown b/source/getting-started/securing.markdown index 690d8a210a0..611d2028f1c 100644 --- a/source/getting-started/securing.markdown +++ b/source/getting-started/securing.markdown @@ -21,7 +21,7 @@ One of the reasons to use Home Assistant is that it's not depending on cloud ser Additional points if you want to allow remote access: -- Protect your communication with [TLS](blog/2015/12/13/setup-encryption-using-lets-encrypt/) +- Protect your communication with [TLS](/blog/2015/12/13/setup-encryption-using-lets-encrypt/) - Protect your communication with [Tor](/cookbook/tor_configuration/) - Use a [proxy](/cookbook/apache_configuration/)