diff --git a/desktop/app/src/MenuBar.tsx b/desktop/app/src/MenuBar.tsx index 5344a833f..44486b720 100644 --- a/desktop/app/src/MenuBar.tsx +++ b/desktop/app/src/MenuBar.tsx @@ -379,7 +379,7 @@ function getTemplate( { label: 'Report problems', click: function () { - shell.openExternal('https://github.com/facebook/flipper/issues'); + shell.openExternal(constants.FEEDBACK_GROUP_LINK); }, }, {