From c5783f093a5223c72cb61810c352cccedb5baf9f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 15 May 2020 19:24:45 -0400 Subject: [PATCH] Add missing 'www' to support URL --- chrome/content/zotero/preferences/preferences_advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js index 94f171f511..fedf24beb3 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.js +++ b/chrome/content/zotero/preferences/preferences_advanced.js @@ -367,7 +367,7 @@ Zotero_Preferences.Advanced = { yield Zotero.DataDirectory.choose( true, !newUseDataDir, - () => Zotero_Preferences.openURL('https://zotero.org/support/zotero_data') + () => Zotero_Preferences.openURL('https://www.zotero.org/support/zotero_data') ); radiogroup.selectedIndex = this._usingDefaultDataDir() ? 0 : 1; }),