update issue tracker URL
authorPat Mac <itgpmc@gmail.com>
Mon, 25 Feb 2013 01:37:32 +0000 (17:37 -0800)
committerPat Mac <itgpmc@gmail.com>
Mon, 25 Feb 2013 01:37:32 +0000 (17:37 -0800)
README
src/ProductInfo.cpp

diff --git a/README b/README
index cbe7480..b513220 100644 (file)
--- 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
 
index eb5f714..ec39050 100644 (file)
@@ -44,7 +44,7 @@ VERSION_STRING( Version, BUILD_VERSION );
 VERSION_STRING( BuildDate, BUILD_DATE );
 VERSION_STRING( BuildRevision, BUILD_REVISION_TAG );
 
-VERSION_STRING( CrashReportURL, "<to be determined>" );
+VERSION_STRING( CrashReportURL, "https://github.com/openitg/openitg/issues" );
 
 VERSION_STRING( FullVersion, g_sName + " " + GetPlatform() + " " + g_sVersion );