diff --git a/main.js b/main.js index c4c703c..bf6dd43 100644 --- a/main.js +++ b/main.js @@ -212,9 +212,10 @@ const template = [ label: 'Help', submenu: [ { + label: 'User Guide', role: 'help', click: async () => { - await shell.openExternal('https://github.com/os-fpga/rapid_power_estimator/blob/main/README.md'); + await shell.openExternal('https://rapidpowerestimator.readthedocs.io/en/latest/'); }, }, ],