Point URLs to zecwallet-lite

This commit is contained in:
Aditya Kulkarni
2019-10-31 12:09:20 -07:00
parent 54c3971bed
commit 0d5ea2f5a5
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ MainWindow::MainWindow(QWidget *parent) :
// File a bug
QObject::connect(ui->actionFile_a_bug, &QAction::triggered, [=]() {
QDesktopServices::openUrl(QUrl("https://github.com/zcashfoundation/zecwallet/issues/new"));
QDesktopServices::openUrl(QUrl("https://github.com/adityapk00/zecwallet-lite/issues/new"));
});
// Set up check for updates action