diff --git a/apps/client/src/widgets/buttons/global_menu.ts b/apps/client/src/widgets/buttons/global_menu.ts index a5d8091d2..9d6493b89 100644 --- a/apps/client/src/widgets/buttons/global_menu.ts +++ b/apps/client/src/widgets/buttons/global_menu.ts @@ -414,7 +414,7 @@ export default class GlobalMenuWidget extends BasicWidget { } async fetchLatestVersion() { - 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"; const resp = await fetch(RELEASES_API_URL); const data = await resp.json();