From b6236439515a35dbc32344726a717c8123f77661 Mon Sep 17 00:00:00 2001 From: Gianni Fontanini Date: Fri, 6 Jan 2017 16:48:59 +0100 Subject: [PATCH] html is not valid (#1725) changed to http --- source/_components/tts.google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/tts.google.markdown b/source/_components/tts.google.markdown index 85ff54b474b..50321b01045 100644 --- a/source/_components/tts.google.markdown +++ b/source/_components/tts.google.markdown @@ -39,7 +39,7 @@ If you are using SSL certificate or Docker, you may need to add the `base_url` c ```yaml #Example configuration.yaml entry -html: +http: base_url: example.duckdns.org ```