Skip to content

Commit

Permalink
http is dead, long live https
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Mar 26, 2018
1 parent 1bbf966 commit 4d6bb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ const _titleBarTemplateFactory = intl => [
submenu: [
{
label: intl.formatMessage(menuItems.learnMore),
click() { shell.openExternal('http://meetfranz.com'); },
click() { shell.openExternal('https://meetfranz.com'); },
},
{
label: intl.formatMessage(menuItems.changelog),
Expand All @@ -461,7 +461,7 @@ const _titleBarTemplateFactory = intl => [
},
{
label: intl.formatMessage(menuItems.support),
click() { shell.openExternal('http://meetfranz.com/support'); },
click() { shell.openExternal('https://meetfranz.com/support'); },
},
{
type: 'separator',
Expand Down

0 comments on commit 4d6bb5f

Please sign in to comment.