Skip to content

Commit 8556652

Browse files
committed
Update help page link
1 parent 87597ea commit 8556652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/synology-dsm7/target/client/FileBot.NodeClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Ext.define("FileBot.NodeClient.AppWindow", {
4242
id: 'help',
4343
qtip: 'Open Help',
4444
handler: function(event, element, panel) {
45-
window.open('https://www.filebot.net/syno/support.html', '_blank')
45+
window.open('https://www.filebot.net/node.html', '_blank')
4646
}
4747
}]
4848
}, config);

0 commit comments

Comments
 (0)