Add missing 'www' to support URL
This commit is contained in:
parent
2d720b9532
commit
c5783f093a
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ Zotero_Preferences.Advanced = {
|
||||||
yield Zotero.DataDirectory.choose(
|
yield Zotero.DataDirectory.choose(
|
||||||
true,
|
true,
|
||||||
!newUseDataDir,
|
!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;
|
radiogroup.selectedIndex = this._usingDefaultDataDir() ? 0 : 1;
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue