Skip to content

Commit c151479

Browse files
committed
Fix link
1 parent d58299a commit c151479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/discover/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h2 class="title is-3">Feeds</h2>
364364
cell = document.createElement("td");
365365
var link = document.createElement("a");
366366
link.innerText = feed.title;
367-
link.href = `/discover/feed-${feed.id}/`;
367+
link.href = `feed-${feed.id}/`;
368368
cell.appendChild(link);
369369
row.appendChild(cell);
370370

0 commit comments

Comments
 (0)