mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Update electron.atom.io -> electronjs.org
Update electron.atom.io -> electronjs.org to reduce redirects and speed navigation.
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
|
||||
<nav>
|
||||
<div class="linkcol">
|
||||
<a class="hero-link" href="https://electron.atom.io/blog">
|
||||
<a class="hero-link" href="https://electronjs.org/blog">
|
||||
<span class="octicon hero-octicon octicon-gist" aria-hidden="true"></span>
|
||||
<h4>Blog</h4>
|
||||
</a>
|
||||
@@ -216,7 +216,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="linkcol">
|
||||
<a class="hero-link" href="https://electron.atom.io/docs">
|
||||
<a class="hero-link" href="https://electronjs.org/docs">
|
||||
<span class="octicon hero-octicon octicon-gear" aria-hidden="true"></span>
|
||||
<h4>Docs</h4>
|
||||
</a>
|
||||
|
||||
@@ -138,7 +138,7 @@ app.once('ready', () => {
|
||||
{
|
||||
label: 'Learn More',
|
||||
click () {
|
||||
shell.openExternal('https://electron.atom.io')
|
||||
shell.openExternal('https://electronjs.org')
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user