Skip to content

Commit

Permalink
Changed donations URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ibittler committed Aug 16, 2013
1 parent b631a21 commit 2574b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoinNotify/CNFPopupViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ - (IBAction)deleteRow:(id)sender

- (IBAction)openDonation:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://ibittler.github.io/donate"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://ibittler.github.io/CoinNotify/#donations"]];
}
@end

0 comments on commit 2574b9b

Please sign in to comment.