We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad729c7 commit 3bbc9acCopy full SHA for 3bbc9ac
src/components/ProductChangelog.astro
@@ -35,6 +35,6 @@ const changelogs = await getChangelogs({ filter });
35
changelogs.map((entry) => (
36
<h3>{entry.data.date.toISOString().slice(0, 10)}</h3>
37
<h4>{entry.data.description}</h4>
38
- <p>For more information, refer to the <a href={entry.data.link}>dedicated changelog post</a>.</p>
+ <p>For more information, refer to the <a href={`/changelog/${entry.id}`}>dedicated changelog post</a>.</p>
39
))
40
}
0 commit comments