diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js
index dd1190784..d884b6d93 100644
--- a/chrome/content/zotero/standalone/standalone.js
+++ b/chrome/content/zotero/standalone/standalone.js
@@ -165,8 +165,8 @@ const ZoteroStandalone = new function() {
ZoteroPane.loadURI(ZOTERO_CONFIG.FEEDBACK_URL);
break;
- case "extensions":
- ZoteroPane.loadURI(ZOTERO_CONFIG.EXTENSIONS_URL);
+ case "connectors":
+ ZoteroPane.loadURI(ZOTERO_CONFIG.CONNECTORS_URL);
break;
default:
diff --git a/chrome/content/zotero/standalone/standalone.xul b/chrome/content/zotero/standalone/standalone.xul
index 4dcd22b90..c1856d53a 100644
--- a/chrome/content/zotero/standalone/standalone.xul
+++ b/chrome/content/zotero/standalone/standalone.xul
@@ -199,10 +199,10 @@
label="&helpFeedbackPage.label;"
oncommand="ZoteroStandalone.openHelp('feedback');"/>
-
+