From d8414aaab9b3fc5d7b2bd202ef43a5761e658c8f Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sat, 22 Sep 2012 10:23:21 +0200 Subject: [PATCH] Fix the URL of the news page to point to the web. --- MasterPassword/iOS/MPUnlockViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MasterPassword/iOS/MPUnlockViewController.m b/MasterPassword/iOS/MPUnlockViewController.m index c323f240..80fe7645 100644 --- a/MasterPassword/iOS/MPUnlockViewController.m +++ b/MasterPassword/iOS/MPUnlockViewController.m @@ -135,7 +135,7 @@ - (void)viewDidLoad { - [self.newsView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"file://localhost/Users/lhunath/Documents/workspace/lyndir/MasterPassword/Site/news.html"]]]; + [self.newsView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.masterpasswordapp.com/news.html"]]]; self.avatarToUser = [NSMutableDictionary dictionaryWithCapacity:3]; self.fbOperationQueue = [NSOperationQueue new];