diff --git a/lib/main-menu.js b/lib/main-menu.js index 256ef63d..9f5887ab 100644 --- a/lib/main-menu.js +++ b/lib/main-menu.js @@ -191,7 +191,7 @@ var help = { }, { label: 'Changelog', - click: function () { shell.openExternal('https://github.com/BoostIO/boost-releases/blob/master/changelog.md') } + click: function () { shell.openExternal('https://github.com/BoostIO/boost-releases') } } ] }