mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
client: Fix redirecting to wrong URL for downloading new version (closes #313)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user