Skip to content

Commit

Permalink
fix: fix release notes URL (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix authored Oct 6, 2024
1 parent a5c99ab commit 0186108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ChangeLog: React.FC<Props> = ({ className, ...props }) => {
))}
<p>
<span>Full release notes are available </span>
<Link href={`${environment.urls.github}/releases/tag/${environment.appVersion}`} target="_blank">
<Link href={`${environment.urls.github}/releases/tag/v${environment.appVersion}`} target="_blank">
here
</Link>
</p>
Expand Down

0 comments on commit 0186108

Please sign in to comment.