Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 997da1c

Browse files
committed
client: Change URL for checking updates (not testable yet)
1 parent c1b5eb0 commit 997da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/widgets/buttons/global_menu.js

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

303303
async fetchLatestVersion() {
304-
const RELEASES_API_URL = "https://api.github.com/repos/zadam/trilium/releases/latest";
304+
const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Notes/releases/latest";
305305

306306
const resp = await fetch(RELEASES_API_URL);
307307
const data = await resp.json();

0 commit comments

Comments
 (0)