mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Made help menu entry point directly to documentation, not the home-page
This commit is contained in:
parent
fb195dbd4b
commit
55c1d5de71
@ -2083,7 +2083,7 @@ void RiuMainWindow::slotAddWellCellsToRangeFilterAction(bool doAdd)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMainWindow::slotOpenUsersGuideInBrowserAction()
|
||||
{
|
||||
QString usersGuideUrl = "http://resinsight.org/";
|
||||
QString usersGuideUrl = "http://resinsight.org/docs/home";
|
||||
|
||||
if (!QDesktopServices::openUrl(usersGuideUrl))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user