Skip to content

Commit 8d5d67e

Browse files
committed
use corect path in index
1 parent b80065e commit 8d5d67e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench/templates/results-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 class="text-xl font-semibold mb-4">Available Results</h2>
1212
<li class="font-semibold">PR #{{ pr_num }}
1313
<ul class="ml-8 space-y-1">
1414
{% for run in pr_runs %}
15-
<li><a href="results/pr-{{ pr_num }}/{{ run }}/index.html" class="text-blue-600 hover:underline">Run {{ run }}</a></li>
15+
<li><a href="pr-{{ pr_num }}/{{ run }}/index.html" class="text-blue-600 hover:underline">Run {{ run }}</a></li>
1616
{% endfor %}
1717
</ul>
1818
</li>

0 commit comments

Comments
 (0)