Skip to content

Commit

Permalink
Update help page link
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Sep 29, 2023
1 parent 87597ea commit 8556652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/synology-dsm7/target/client/FileBot.NodeClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Ext.define("FileBot.NodeClient.AppWindow", {
id: 'help',
qtip: 'Open Help',
handler: function(event, element, panel) {
window.open('https://www.filebot.net/syno/support.html', '_blank')
window.open('https://www.filebot.net/node.html', '_blank')
}
}]
}, config);
Expand Down

0 comments on commit 8556652

Please sign in to comment.