updated gui help menu to point to github home page and github documentation
This commit is contained in:
parent
9ce28da658
commit
055f732cc7
1 changed files with 29 additions and 29 deletions
|
@ -594,10 +594,10 @@ menu .menubar.session -tearoff 1
|
||||||
# Help
|
# Help
|
||||||
#
|
#
|
||||||
menu .menubar.help -tearoff 0
|
menu .menubar.help -tearoff 0
|
||||||
.menubar.help add command -label "Online manual (www)" -command \
|
.menubar.help add command -label "CORE GitHub (www)" -command \
|
||||||
"_launchBrowser https://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/"
|
"_launchBrowser https://github.com/coreemu/core"
|
||||||
.menubar.help add command -label "CORE website (www)" -command \
|
.menubar.help add command -label "CORE Documentation (www)" -command \
|
||||||
"_launchBrowser https://www.nrl.navy.mil/itd/ncs/products/core"
|
"_launchBrowser https://coreemu.github.io/core/"
|
||||||
.menubar.help add command -label "Mailing list (www)" -command \
|
.menubar.help add command -label "Mailing list (www)" -command \
|
||||||
"_launchBrowser https://publists.nrl.navy.mil/mailman/listinfo/core-users"
|
"_launchBrowser https://publists.nrl.navy.mil/mailman/listinfo/core-users"
|
||||||
.menubar.help add command -label "About" -command popupAbout
|
.menubar.help add command -label "About" -command popupAbout
|
||||||
|
|
Loading…
Add table
Reference in a new issue