From ee98c07f63b79a9567dcb6606f63eee797d2f558 Mon Sep 17 00:00:00 2001 From: Phillip Seitzer Date: Thu, 1 Aug 2019 10:26:56 -0700 Subject: [PATCH] Update URL for reporting bugs. --- src/maven/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maven/mainwindow.cpp b/src/maven/mainwindow.cpp index 83a2dad1..13618b20 100644 --- a/src/maven/mainwindow.cpp +++ b/src/maven/mainwindow.cpp @@ -277,7 +277,7 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) { //check if program exited correctly last time if (settings->contains("closeEvent") and settings->value("closeEvent").toInt() == 0) { - setUrl("http://genomics-pubs.princeton.edu/mzroll/index.php?show=bugs", + setUrl("https://github.com/eugenemel/maven/issues", "Whoops.. did the program crash last time? Would you like to report a bug?"); }