use https for all Electron website URLs
This commit is contained in:
parent
51d6a55061
commit
69f0cb26e7
43 changed files with 85 additions and 85 deletions
|
@ -129,7 +129,7 @@ app.once('ready', () => {
|
|||
{
|
||||
label: 'Learn More',
|
||||
click () {
|
||||
shell.openExternal('http://electron.atom.io')
|
||||
shell.openExternal('https://electron.atom.io')
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue