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";