From 6c25858e66fca24344ed6ea287645af6cc12cd85 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Thu, 5 May 2016 19:30:11 -0700 Subject: [PATCH] Updated the feedback form URL. --- Feedback/FeedbackSocket.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];