From baafd49b8c2759cdd6e21d1a7999120a423f85a7 Mon Sep 17 00:00:00 2001 From: "Brenton M. Wiernik" Date: Wed, 4 Jul 2018 21:09:45 +0200 Subject: [PATCH] Update link to import formats documentation (#1525) The existing destination has never really been the appropriate page for this dialogue, as it has never actual listed the supported formats. --- chrome/content/zotero/fileInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index 234715edba..14cb009485 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -443,7 +443,7 @@ var Zotero_File_Interface = new function() { null, null, {} ); if (index == 1) { - Zotero.launchURL("https://www.zotero.org/support/kb/importing"); + Zotero.launchURL("https://www.zotero.org/support/kb/importing_standardized_formats"); } return false; }