Skip to content

Commit

Permalink
Updated help menu to use readthedocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikiranchollangi committed Nov 21, 2024
1 parent 40dad14 commit de9adee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
},
},
],
Expand Down

0 comments on commit de9adee

Please sign in to comment.