Skip to content

Commit 1e1e0b0

Browse files
authored
Fix (Update): No update notification in the global menu (#6657)
2 parents a19204a + ab1d859 commit 1e1e0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/widgets/buttons/global_menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export default class GlobalMenuWidget extends BasicWidget {
414414
}
415415

416416
async fetchLatestVersion() {
417-
const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Notes/releases/latest";
417+
const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Trilium/releases/latest";
418418

419419
const resp = await fetch(RELEASES_API_URL);
420420
const data = await resp.json();

0 commit comments

Comments
 (0)