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"]]; }