#4707 Update web address for Help/User Guide/F1

This commit is contained in:
Magne Sjaastad
2019-09-19 09:08:19 +02:00
parent 85a9ee2d42
commit b8e36de943

View File

@@ -220,7 +220,7 @@ void RicHelpOpenUsersGuideFeature::onActionTriggered( bool isChecked )
{
this->disableModelChangeContribution();
QString usersGuideUrl = "http://resinsight.org/docs/home";
QString usersGuideUrl = "https://resinsight.org/getting-started/";
if ( !QDesktopServices::openUrl( usersGuideUrl ) )
{