From 5ba4ea29e9c4dee3d6f7114227b4d5264ff27cc2 Mon Sep 17 00:00:00 2001 From: Pat Mac Date: Sun, 24 Feb 2013 17:37:32 -0800 Subject: [PATCH] update issue tracker URL --- README | 2 +- src/ProductInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cbe7480a..b513220c 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ with the goal of adding arcade-like ITG-style behavior and serving as a drop-in replacement for the ITG binary on arcade cabinents. Project homepage: https://github.com/openitg/openitg/wiki -Project bug tracker: http://wush.net/bugzilla/terabyte/ +Project bug tracker: https://github.com/openitg/openitg/issues Project IRC channel: #openitg on irc.badnik.com Project source code: https://github.com/openitg/openitg diff --git a/src/ProductInfo.cpp b/src/ProductInfo.cpp index eb5f7145..ec39050b 100644 --- a/src/ProductInfo.cpp +++ b/src/ProductInfo.cpp @@ -44,7 +44,7 @@ VERSION_STRING( Version, BUILD_VERSION ); VERSION_STRING( BuildDate, BUILD_DATE ); VERSION_STRING( BuildRevision, BUILD_REVISION_TAG ); -VERSION_STRING( CrashReportURL, "" ); +VERSION_STRING( CrashReportURL, "https://github.com/openitg/openitg/issues" ); VERSION_STRING( FullVersion, g_sName + " " + GetPlatform() + " " + g_sVersion ); -- 2.11.0