mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Made help menu entry point directly to documentation, not the home-page
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user