Skip to content

Commit 7f2e5db

Browse files
authored
Fix links to detections.html
1 parent cf06543 commit 7f2e5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{#each detections as {name, detect, result} (name)}
103103
{#if detect}
104104
<div class={String(result)}>
105-
<a href="/detections.html#{name}">{name}</a>(url) // <span>{String(result)}</span></div>
105+
<a href="detections.html#{name}">{name}</a>(url) // <span>{String(result)}</span></div>
106106
{:else}
107107
<div class="undefined">
108108
{name}() // undeterminable via URL</div>

0 commit comments

Comments
 (0)