Url to user manual for stable release.

--HG--
branch : develop
This commit is contained in:
dismine 2014-12-31 15:48:43 +02:00
parent a72e1459e8
commit db3b35af46

View file

@ -1454,7 +1454,7 @@ void MainWindow::RepotBug()
void MainWindow::OnlineHelp()
{
qCDebug(vMainWindow)<<"Showing online help";
QDesktopServices::openUrl(QUrl("https://bitbucket.org/dismine/valentina/wiki/manual/Content"));
QDesktopServices::openUrl(QUrl("https://bitbucket.org/dismine/valentina/wiki/manual/v0.2.9/Content"));
}
//---------------------------------------------------------------------------------------------------------------------