From ead20a8d9719ea0e2c29eb35faae768939d1971e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Oct 2011 07:44:42 -0700 Subject: [PATCH] constants update --- core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.py b/core/constants.py index 2ee782e..c660f89 100644 --- a/core/constants.py +++ b/core/constants.py @@ -19,6 +19,6 @@ constants = { 'version': '0.04b', 'urlUpdates': 'http://foosoft.net/projects/yomichan/dev/updates.xml', - 'urlHomepage': 'https://github.com/FooSoft/yomichan/', + 'urlHomepage': 'http://foosoft.net/yomichan/', 'urlFeedback': 'http://foosoft.net/index.php/comments/' }