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 }}