From c1db65ec7aa67e0a42874e9bf3692d5bcf776350 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 15 Jan 2019 09:16:30 -0500 Subject: [PATCH] Make the dummy URL more obvious Ref: https://github.com/gohugoio/hugoDocs/issues/717 --- content/en/templates/data-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/data-templates.md b/content/en/templates/data-templates.md index 460a657ef..e70840b7d 100644 --- a/content/en/templates/data-templates.md +++ b/content/en/templates/data-templates.md @@ -184,7 +184,7 @@ For `getCSV`, the one-character-long separator must be placed in the first posit - {{ $url := "http://a-big-corp.com/finance/employee-salaries.csv" }} + {{ $url := "https://example.com/finance/employee-salaries.csv" }} {{ $sep := "," }} {{ range $i, $r := getCSV $sep $url }}