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; }),