We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a19204a + ab1d859 commit 1e1e0b0Copy full SHA for 1e1e0b0
apps/client/src/widgets/buttons/global_menu.ts
@@ -414,7 +414,7 @@ export default class GlobalMenuWidget extends BasicWidget {
414
}
415
416
async fetchLatestVersion() {
417
- const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Notes/releases/latest";
+ const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Trilium/releases/latest";
418
419
const resp = await fetch(RELEASES_API_URL);
420
const data = await resp.json();
0 commit comments