Skip to content

Commit ea364f3

Browse files
committed
Drop slashes to get rid of the starting slah in the deployed gh-pages link
1 parent cfc0d0e commit ea364f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ If you are looking for data sets to implement the Interactive workload, please c
1010

1111
{% for file in site.static_files %}
1212
{% if file.extname == ".zip" -%}
13-
* [{{ file.path }}]({{ site.baseurl }}{{ file.path }})
13+
* [{{ file.path | replace: "/", "" }}]({{ site.baseurl }}{{ file.path }})
1414
{%- endif %}
1515
{% endfor %}

0 commit comments

Comments
 (0)