From ba19f3ce3fa0f5907e093f787d57bb856b3b199a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Kj=C3=A6rstad?= Date: Mon, 3 Dec 2018 19:57:41 +0100 Subject: [PATCH] Add new link for "updates action" (#67) Add new link for "updates action" in mainwindow.cpp. Changed adityapk00 reference to ZcashFoundation. --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d88c768..d76d53a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -39,7 +39,7 @@ MainWindow::MainWindow(QWidget *parent) : // Set up check for updates action QObject::connect(ui->actionCheck_for_Updates, &QAction::triggered, [=] () { - QDesktopServices::openUrl(QUrl("https://github.com/adityapk00/zec-qt-wallet/releases")); + QDesktopServices::openUrl(QUrl("https://github.com/ZcashFoundation/zec-qt-wallet/releases")); }); // Import Private Key