www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a9f010d547f3ad60f0c469843298d977cd4f2cd8
parent 94accba8a07d010f722cf3583bf1803a773b421c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 10 Mar 2015 01:24:53 -0400

Update Quick Start Guide URL to HTTPS

Diffstat:
Mchrome/content/zotero/xpcom/schema.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js @@ -1429,7 +1429,7 @@ Zotero.Schema = new function(){ yield Zotero.DB.queryAsync(sql, Zotero.getString('install.quickStartGuide')); var sql = "INSERT INTO itemData VALUES (1, 110, 1)"; yield Zotero.DB.queryAsync(sql); - var sql = "INSERT INTO itemDataValues VALUES (2, 'http://zotero.org/support/quick_start_guide')"; + var sql = "INSERT INTO itemDataValues VALUES (2, 'https://www.zotero.org/support/quick_start_guide')"; yield Zotero.DB.queryAsync(sql); var sql = "INSERT INTO itemData VALUES (1, 1, 2)"; yield Zotero.DB.queryAsync(sql);