Fix url for Report bug menu option.

merge-requests/1/merge
Roman Telezhynskyi 2020-01-31 07:49:07 +02:00
parent 8f4ab08841
commit 7413f1fef5
1 changed files with 1 additions and 1 deletions

View File

@ -4590,7 +4590,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);