Skip to content

Commit f3bef86

Browse files
committed
Fix presentation links by updating href structure in index.html
1 parent be879fe commit f3bef86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2>No Presentations Yet</h2>
162162
}
163163

164164
container.innerHTML = presentations.map(pres => `
165-
<a href="/${pres.slug}/" class="presentation-card">
165+
<a href="/presentations/${pres.slug}/" class="presentation-card">
166166
<div class="icon">📊</div>
167167
<h2>${pres.title}</h2>
168168
<p>${pres.description || 'Click to view presentation'}</p>

0 commit comments

Comments
 (0)