client: Fix redirecting to wrong URL for downloading new version (closes #313)

This commit is contained in:
Elian Doran
2024-08-09 00:54:26 +03:00
parent a98f01d924
commit 42058034a5
2 changed files with 8 additions and 1 deletions

View File

@@ -337,7 +337,7 @@ export default class GlobalMenuWidget extends BasicWidget {
}
downloadLatestVersionCommand() {
window.open("https://github.com/zadam/trilium/releases/latest");
window.open("https://github.com/TriliumNext/Notes/releases/latest");
}
activeContextChangedEvent() {