From 24b06fc0463dd979fc09d45512f72c8bd83946da Mon Sep 17 00:00:00 2001
From: Will Marler
Date: Tue, 11 Sep 2018 11:49:38 -0600
Subject: [PATCH] Fix a link in lets_encrypt howto re: password (#6256)
The link points to the "basic information" config page but should point to the HTTP component config page. There is no password to be set in basic information.
---
source/_docs/ecosystem/certificates/lets_encrypt.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_docs/ecosystem/certificates/lets_encrypt.markdown b/source/_docs/ecosystem/certificates/lets_encrypt.markdown
index d8c82f80d42..0b62214a923 100644
--- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown
+++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown
@@ -14,7 +14,7 @@ If you are using Hass.io or Hassbian, do not use this guide. Instead, use the [D
-Before exposing your Home Assistant instance to the outside world it is ESSENTIAL that you have set a password following the advice on the [http](/docs/configuration/basic/) page.
+Before exposing your Home Assistant instance to the outside world it is ESSENTIAL that you have set a password following the advice on the [http](/components/http/) page.