diff --git a/browser/base/content/utilityOverlay.js b/browser/base/content/utilityOverlay.js index 4531f94e3cc9..b75413d4134a 100644 --- a/browser/base/content/utilityOverlay.js +++ b/browser/base/content/utilityOverlay.js @@ -483,7 +483,7 @@ function openTroubleshootingPage() */ function openFeedbackPage() { - openUILinkIn("http://input.mozilla.com/sad", "tab"); + openUILinkIn("http://input.mozilla.com/feedback", "tab"); }