Skip to content

Commit 320b697

Browse files
committed
fix: summary json link name
Signed-off-by: James McCorrie <[email protected]>
1 parent 96daecb commit 320b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dvsim/templates/reports/summary_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Simulation Results: {{ top.name }}</h2>
8181
sha: {{ top.commit[:7] }}
8282
</a>
8383
<a class="badge text-bg-secondary link-underline link-underline-opacity-0"
84-
href="report.json">json</a>
84+
href="index.json">json</a>
8585
<span class="badge text-bg-secondary">
8686
Branch: {{ top.branch }}
8787
</span>

0 commit comments

Comments
 (0)