Skip to content

Commit df68065

Browse files
committed
Point URLs to our GitHub project page
1 parent 7a1ceca commit df68065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Classes/Controllers/ApplicationController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,17 @@ - (NSArray *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:
225225

226226
- (IBAction)showHelp:(id)sender
227227
{
228-
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://rowanj.github.io/gitx/"]];
228+
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://gitx.github.io"]];
229229
}
230230

231231
- (IBAction)reportAProblem:(id)sender
232232
{
233-
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/rowanj/gitx/issues"]];
233+
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/gitx/gitx/issues"]];
234234
}
235235

236236
- (IBAction)showChangeLog:(id)sender
237237
{
238-
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://builds.phere.net/GitX/development/GitX-dev.html"]];
238+
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/gitx/gitx/releases"]];
239239
}
240240

241241

0 commit comments

Comments
 (0)