summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/data-templates.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/data-templates.md')
-rw-r--r--docs/content/en/templates/data-templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/data-templates.md b/docs/content/en/templates/data-templates.md
index 460a657ef..e70840b7d 100644
--- a/docs/content/en/templates/data-templates.md
+++ b/docs/content/en/templates/data-templates.md
@@ -184,7 +184,7 @@ For `getCSV`, the one-character-long separator must be placed in the first posit
</tr>
</thead>
<tbody>
- {{ $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 }}
<tr>