use https for all Electron website URLs

This commit is contained in:
Zeke Sikelianos 2017-02-28 21:19:55 -08:00
parent 51d6a55061
commit 69f0cb26e7
43 changed files with 85 additions and 85 deletions

View file

@ -149,9 +149,9 @@
<span class="header-version vertical-middle"><script>document.write(process.versions.electron)</script></span>
<div class="header-nav vertical-middle">
<a href="http://electron.atom.io/docs/latest">Docs</a>
<a href="https://electron.atom.io/docs/latest">Docs</a>
<a href="https://github.com/electron/electron">Repository</a>
<a href="http://electron.atom.io/blog">Blog</a>
<a href="https://electron.atom.io/blog">Blog</a>
</div>
</div>

View file

@ -129,7 +129,7 @@ app.once('ready', () => {
{
label: 'Learn More',
click () {
shell.openExternal('http://electron.atom.io')
shell.openExternal('https://electron.atom.io')
}
},
{