From f98efe0b97967dddd099139568afc10f40589580 Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Sat, 23 Apr 2016 14:47:46 +0900 Subject: [PATCH] fix changelog link --- lib/main-menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') } } ] }