Add missing 'www' to support URL

This commit is contained in:
Dan Stillman 2020-05-15 19:24:45 -04:00
parent 2d720b9532
commit c5783f093a

View file

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