diff --git a/src/modules/app-updates/components/WebUIUpdateChecker.tsx b/src/modules/app-updates/components/WebUIUpdateChecker.tsx index c558d4df..41056645 100644 --- a/src/modules/app-updates/components/WebUIUpdateChecker.tsx +++ b/src/modules/app-updates/components/WebUIUpdateChecker.tsx @@ -64,7 +64,7 @@ export const WebUIUpdateChecker = () => { const changelogUrl = updateStatus.info?.channel === WebUiChannel.Stable - ? `https://github.com/Suwayomi/Suwayomi-WebUI/releases/tag/${updateStatus.info?.tag}` + ? `https://github.com/Suwayomi/Suwayomi-WebUI/releases/latest` : `https://github.com/Suwayomi/Suwayomi-WebUI/issues/749`; const newVersion = aboutWebUI?.tag;