mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
use https for all Electron website URLs
This commit is contained in:
@@ -192,7 +192,7 @@ const template = [
|
||||
submenu: [
|
||||
{
|
||||
label: 'Learn More',
|
||||
click () { require('electron').shell.openExternal('http://electron.atom.io') }
|
||||
click () { require('electron').shell.openExternal('https://electron.atom.io') }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user