commit 878aa2dcf9450042c71f06bf9e8f9aa27f6e3aba
parent 11fc88973cdd78ab172253b8ee82055d12a6a795
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 9 Mar 2011 02:53:04 +0000
Send repo traffic to repo.zotero.org
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -26,7 +26,7 @@
const ZOTERO_CONFIG = {
GUID: 'zotero@chnm.gmu.edu',
DB_REBUILD: false, // erase DB and recreate from schema
- REPOSITORY_URL: 'https://api.zotero.org/repo',
+ REPOSITORY_URL: 'https://repo.zotero.org/repo',
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour
BASE_URI: 'http://zotero.org/',