From 74897cfd9568107307c2dd2a0d6eea9e89a5ad56 Mon Sep 17 00:00:00 2001 From: German Laullon Date: Mon, 18 Apr 2011 14:22:29 -0700 Subject: [PATCH] [28] Help -> Report a problem should point here --- ApplicationController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationController.m b/ApplicationController.m index ef3ef28..13b4b94 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -414,7 +414,7 @@ - (IBAction)reportAProblem:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://gitx.lighthouseapp.com/tickets"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/laullon/gitx/issues"]]; }