Skip to content

Commit

Permalink
Replaced hoptoadapp.com with airbrakeapp.com for HTNotifierHostName.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Baker committed Jul 18, 2011
1 parent 4b0e209 commit 716bda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoptoadnotifier/HTNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ of this software and associated documentation files (the "Software"), to deal
// internal
void ht_handle_exception(NSException *);
static HTNotifier *sharedNotifier = nil;
static NSString *HTNotifierHostName = @"hoptoadapp.com";
static NSString *HTNotifierHostName = @"airbrakeapp.com";
#define HTNotifierURL [NSURL URLWithString: \
[NSString stringWithFormat: \
@"%@://%@/notifier_api/v2/notices", \
Expand Down

0 comments on commit 716bda9

Please sign in to comment.