Skip to content

Commit

Permalink
Merge branch 'master' into RB-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKepzie committed Mar 13, 2016
2 parents 6f8cc45 + 85e7628 commit ca2c00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/AppInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ AppInstance::newVersionCheckDownloaded()
.arg(extractedSoftwareVersionStr)
.arg(extractedDevStatusStr)
.arg(extractedBuildNumberStr) +
QObject::tr("<p>You can download it from ") + QString::fromUtf8("<a href=\"http://sourceforge.net/projects/natron/\">"
"Sourceforge</a>. </p>");
QObject::tr("<p>You can download it from ") + QString::fromUtf8("<a href=\"www.natron.fr/download\">"
"www.natron.fr</a>. </p>");
} else {
//Only notify build number increments for Release candidates
return;
Expand Down

0 comments on commit ca2c00b

Please sign in to comment.