aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/AppUpdateInfoBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppUpdateInfoBar.tsx')
-rw-r--r--src/components/AppUpdateInfoBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppUpdateInfoBar.tsx b/src/components/AppUpdateInfoBar.tsx
index b0e286fa2..576da0f85 100644
--- a/src/components/AppUpdateInfoBar.tsx
+++ b/src/components/AppUpdateInfoBar.tsx
@@ -43,7 +43,7 @@ const AppUpdateInfoBar = ({ onInstallUpdate, onHide }: Props) => {
43 type="button" 43 type="button"
44 onClick={() => 44 onClick={() =>
45 openExternalUrl( 45 openExternalUrl(
46 `${GITHUB_FERDIUM_URL}/ferdium/blob/develop/CHANGELOG.md`, 46 `${GITHUB_FERDIUM_URL}/ferdium-app/blob/develop/CHANGELOG.md`,
47 true, 47 true,
48 ) 48 )
49 } 49 }