diff --git a/Feedback/FeedbackSocket.m b/Feedback/FeedbackSocket.m index 6559827ee..8f961e197 100644 --- a/Feedback/FeedbackSocket.m +++ b/Feedback/FeedbackSocket.m @@ -29,7 +29,7 @@ NSString *encodeForURL(NSString *s) NSData *postData = [postString dataUsingEncoding:NSASCIIStringEncoding]; - NSURL *url = [NSURL URLWithString:@"http://cogx.org/feedback.php"]; + NSURL *url = [NSURL URLWithString:@"https://kode54.net/cog/feedback.php"]; NSMutableURLRequest *post = [NSMutableURLRequest requestWithURL:url]; [post addValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];