From 93c48a3da45f8845a922a8078b5b0ab868bfdd3d Mon Sep 17 00:00:00 2001 From: gcoco Date: Mon, 19 Nov 2012 12:30:05 -0500 Subject: [PATCH] URL updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update URL's for WIKI/Tracker to point to the base pages on main website  --- src/MainWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 9d1fa1d00..a4d27578b 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1393,13 +1393,13 @@ void MainWindow::manualProcess(QString name) void MainWindow::logBug() { - QDesktopServices::openUrl(QUrl("http://bugs.goldencheetah.org/projects/goldencheetah/issues/new")); + QDesktopServices::openUrl(QUrl("http://www.goldencheetah.org/bug-tracker.html")); } void MainWindow::helpView() { - QDesktopServices::openUrl(QUrl("http://bugs.goldencheetah.org/projects/goldencheetah/wiki")); + QDesktopServices::openUrl(QUrl("http://www.goldencheetah.org/wiki.html")); } void