Skip to content

Commit a2f6043

Browse files
Fix new release link in update notification message.
1 parent 4ab83b5 commit a2f6043

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Next version
44

55
- Adjusts the computation of the suppression threshold mean to spec.
6+
- Fixes new release link in update notification message.
67

78
### Version 1.0.0
89

src/App/use-check-updates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const notificationContent = (version: string) => {
88
<br />
99
Click{' '}
1010
<strong>
11-
<a href={`https://github.com/diffix/desktop/releases/tag/v${version}`} target="_blank" rel="noreferrer">
11+
<a href={`https://github.com/diffix/desktop/releases/tag/${version}`} target="_blank" rel="noreferrer">
1212
here
1313
</a>
1414
</strong>{' '}

0 commit comments

Comments
 (0)