Skip to content

Commit 3bbc9ac

Browse files
committed
fix link
1 parent ad729c7 commit 3bbc9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProductChangelog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ const changelogs = await getChangelogs({ filter });
3535
changelogs.map((entry) => (
3636
<h3>{entry.data.date.toISOString().slice(0, 10)}</h3>
3737
<h4>{entry.data.description}</h4>
38-
<p>For more information, refer to the <a href={entry.data.link}>dedicated changelog post</a>.</p>
38+
<p>For more information, refer to the <a href={`/changelog/${entry.id}`}>dedicated changelog post</a>.</p>
3939
))
4040
}

0 commit comments

Comments
 (0)