diff --git a/src/components/ReleaseNoteItem.astro b/src/components/ReleaseNoteItem.astro index 8c213523..206e55e4 100644 --- a/src/components/ReleaseNoteItem.astro +++ b/src/components/ReleaseNoteItem.astro @@ -61,7 +61,7 @@ const generateItems = (items: any, type: string) => { ...(item.issue ? { link: { - text: `Bug #${item.issue}`, + text: `Bug gh-${item.issue}`, href: `https://github.com/zen-browser/desktop/issues/${item.issue}`, }, }