Skip to content

Commit 74897cf

Browse files
committed
[28] Help -> Report a problem should point here
1 parent a54300f commit 74897cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApplicationController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ - (IBAction)showHelp:(id)sender
414414

415415
- (IBAction)reportAProblem:(id)sender
416416
{
417-
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://gitx.lighthouseapp.com/tickets"]];
417+
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/laullon/gitx/issues"]];
418418
}
419419

420420

0 commit comments

Comments
 (0)