From 87796e95e32b698c2ba9e04466c6e8deec414215 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 17 Apr 2013 14:39:22 -0700 Subject: [PATCH] Update message url --- astrid/src/com/todoroo/astrid/service/UpdateMessageService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java b/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java index d56c16171..9de9bc28e 100644 --- a/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java +++ b/astrid/src/com/todoroo/astrid/service/UpdateMessageService.java @@ -58,7 +58,7 @@ import com.todoroo.astrid.utility.Constants; @SuppressWarnings("nls") public class UpdateMessageService { - private static final String URL = "http://www.weloveastrid.com/updates.php"; + private static final String URL = "http://blog.astrid.com/updates"; private static final String PLUGIN_GTASKS = "gtasks";