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.
1 parent 87597ea commit 8556652Copy full SHA for 8556652
package/synology-dsm7/target/client/FileBot.NodeClient.js
@@ -42,7 +42,7 @@ Ext.define("FileBot.NodeClient.AppWindow", {
42
id: 'help',
43
qtip: 'Open Help',
44
handler: function(event, element, panel) {
45
- window.open('https://www.filebot.net/syno/support.html', '_blank')
+ window.open('https://www.filebot.net/node.html', '_blank')
46
}
47
}]
48
}, config);
0 commit comments