File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,17 +225,17 @@ - (NSArray *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:
225
225
226
226
- (IBAction )showHelp : (id )sender
227
227
{
228
- [[NSWorkspace sharedWorkspace ] openURL: [NSURL URLWithString: @" http ://rowanj .github.io/gitx/ " ]];
228
+ [[NSWorkspace sharedWorkspace ] openURL: [NSURL URLWithString: @" https ://gitx .github.io" ]];
229
229
}
230
230
231
231
- (IBAction )reportAProblem : (id )sender
232
232
{
233
- [[NSWorkspace sharedWorkspace ] openURL: [NSURL URLWithString: @" https://github.com/rowanj /gitx/issues" ]];
233
+ [[NSWorkspace sharedWorkspace ] openURL: [NSURL URLWithString: @" https://github.com/gitx /gitx/issues" ]];
234
234
}
235
235
236
236
- (IBAction )showChangeLog : (id )sender
237
237
{
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 " ]];
239
239
}
240
240
241
241
You can’t perform that action at this time.
0 commit comments