Updated link to help web pages

This commit is contained in:
Magne Sjaastad 2014-09-03 07:08:44 +02:00
parent 68831f6e99
commit 6857bd3122

View File

@ -1979,7 +1979,7 @@ void RiuMainWindow::slotAddWellCellsToRangeFilterAction(bool doAdd)
//--------------------------------------------------------------------------------------------------
void RiuMainWindow::slotOpenUsersGuideInBrowserAction()
{
QString usersGuideUrl = "https://github.com/OPM/ResInsight/wiki";
QString usersGuideUrl = "http://resinsight.org/";
if (!QDesktopServices::openUrl(usersGuideUrl))
{