commit 545c8004598a08e2fcc95c795643f9b168b2a40e
parent 6acf208a367b44a572418ddca2e06e2c1dd99481
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 15 Dec 2017 00:14:52 -0500
Open /start on first-run instead of /start_standalone
Closes #1389
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resource/config.js b/resource/config.js
@@ -16,7 +16,7 @@ var ZOTERO_CONFIG = {
BOOKMARKLET_ORIGIN: 'https://www.zotero.org',
HTTP_BOOKMARKLET_ORIGIN: 'http://www.zotero.org',
BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/',
- START_URL: "https://www.zotero.org/start_standalone",
+ START_URL: "https://www.zotero.org/start",
QUICK_START_URL: "https://www.zotero.org/support/quick_start_guide",
PDF_TOOLS_URL: "https://www.zotero.org/download/xpdf/",
SUPPORT_URL: "https://www.zotero.org/support/",