From 2964282145b924ce2e1def38e974ed3892ebf7f1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Oct 2011 09:59:50 -0700 Subject: [PATCH] updating version check url --- core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.py b/core/constants.py index c660f89..09bcc40 100644 --- a/core/constants.py +++ b/core/constants.py @@ -18,7 +18,7 @@ constants = { 'version': '0.04b', - 'urlUpdates': 'http://foosoft.net/projects/yomichan/dev/updates.xml', + 'urlUpdates': 'http://foosoft.net/pub/projects/yomichan/updates.xml', 'urlHomepage': 'http://foosoft.net/yomichan/', 'urlFeedback': 'http://foosoft.net/index.php/comments/' }