Skip to content

Commit

Permalink
Fix links to detections.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Apr 14, 2023
1 parent cf06543 commit 7f2e5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{#each detections as {name, detect, result} (name)}
{#if detect}
<div class={String(result)}>
<a href="/detections.html#{name}">{name}</a>(url) // <span>{String(result)}</span></div>
<a href="detections.html#{name}">{name}</a>(url) // <span>{String(result)}</span></div>
{:else}
<div class="undefined">
{name}() // undeterminable via URL</div>
Expand Down

0 comments on commit 7f2e5db

Please sign in to comment.