diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7edf7ea..381f8e3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -780,7 +780,7 @@ void MainWindow::telegram() { } void MainWindow::reportbug() { - QString url = "https://git.hush.is/hush/SilentDragon/issues/new"; + QString url = "https://hush.is/tg_support"; QDesktopServices::openUrl(QUrl(url)); }