[28] Help -> Report a problem should point here

This commit is contained in:
German Laullon
2011-04-18 14:22:29 -07:00
parent a54300f751
commit 74897cfd95
+1 -1
View File
@@ -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"]];
}