From 7aa1ecd69e059d3254d73f77dac2a11658888625 Mon Sep 17 00:00:00 2001 From: Okke Garling Date: Tue, 13 Aug 2019 00:52:19 +0200 Subject: [PATCH] prefix HTTP scheme in example base_url (#10118) * prefixed HTTP protocol in example base_url * :pencil2: Tweak --- source/_components/google_translate.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/google_translate.markdown b/source/_components/google_translate.markdown index d0e7875433c..2f78f4c5f72 100644 --- a/source/_components/google_translate.markdown +++ b/source/_components/google_translate.markdown @@ -55,5 +55,5 @@ If you are using SSL certificate or Docker, you may need to add the `base_url` c ```yaml #Example configuration.yaml entry http: - base_url: example.duckdns.org + base_url: https://example.duckdns.org ```