From 03d58ea88c6c5b8985abd4a5db02ba1c0e603ddb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 11 Jun 2017 12:18:22 +0200 Subject: [PATCH] Fix link (fixes #2799) --- source/_docs/configuration/securing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/securing.markdown b/source/_docs/configuration/securing.markdown index 3c40c922898..88182107412 100644 --- a/source/_docs/configuration/securing.markdown +++ b/source/_docs/configuration/securing.markdown @@ -22,7 +22,7 @@ One major advantage of Home Assistant is that it's not dependent on cloud servic If you want to allow remote access, consider these additional points: -- Protect your communication with [TLS/SSL](/ecosystem/certificates/lets_encrypt/) +- Protect your communication with [TLS/SSL](/docs/ecosystem/certificates/lets_encrypt/) - Protect your communication with [Tor](/cookbook/tor_configuration/) - Protect your communication with a [self-signed certificate](/cookbook/tls_self_signed_certificate/) - Use a [proxy](/cookbook/apache_configuration/)