Make the dummy URL more obvious

Ref: https://github.com/gohugoio/hugoDocs/issues/717
This commit is contained in:
Kaushal Modi 2019-01-15 09:16:30 -05:00 committed by GitHub
parent b4589ff029
commit c1db65ec7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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