Fix url for Report bug menu option.

(cherry picked from commit 7413f1fef5)
This commit is contained in:
Roman Telezhynskyi 2020-01-31 07:49:07 +02:00
parent 707ca163bf
commit 61cac73c51

View File

@ -4253,7 +4253,7 @@ void MainWindow::CreateActions()
connect(ui->actionReportBug, &QAction::triggered, this, []()
{
qCDebug(vMainWindow, "Reporting bug");
QDesktopServices::openUrl(QUrl(QStringLiteral("https://bitbucket.org/dismine/valentina/issues/new")));
QDesktopServices::openUrl(QUrl(QStringLiteral("https://gitlab.com/smart-pattern/valentina/issues/new")));
});
connect(ui->actionLast_tool, &QAction::triggered, this, &MainWindow::LastUsedTool);