Bug 1397719 - Point users to the right collection; r=pbro, Harald draft
authorJan Odvarko <odvarko@gmail.com>
Fri, 15 Sep 2017 12:14:51 +0200
changeset 665399 df82997d2bcda055b39c9bcadb1213ec60632012
parent 665390 893fe1549e1e7342a66514b65960f08d40810a34
child 731751 02469482888cb18c263027ea0e404779d043b24e
push id80031
push userjodvarko@mozilla.com
push dateFri, 15 Sep 2017 10:15:19 +0000
reviewerspbro, Harald
bugs1397719
milestone57.0a1
Bug 1397719 - Point users to the right collection; r=pbro, Harald MozReview-Commit-ID: B200RQH28fC
devtools/client/menus.js
--- a/devtools/client/menus.js
+++ b/devtools/client/menus.js
@@ -141,12 +141,12 @@ exports.menuitems = [
   },
   { separator: true,
     id: "devToolsEndSeparator"
   },
   { id: "getMoreDevtools",
     l10nKey: "getMoreDevtoolsCmd",
     oncommand(event) {
       let window = event.target.ownerDocument.defaultView;
-      window.openUILinkIn("https://addons.mozilla.org/firefox/collections/mozilla/framework-devtools/", "tab");
+      window.openUILinkIn("https://addons.mozilla.org/firefox/collections/mozilla/webdeveloper/", "tab");
     }
   },
 ];