Made help menu entry point directly to documentation, not the home-page

This commit is contained in:
Jacob Støren 2015-06-29 09:38:27 +02:00
parent fb195dbd4b
commit 55c1d5de71

View File

@ -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))
{