docs: replace electron.atom.io with electronjs.org in docs/fiddles (#22196)
This commit is contained in:
parent
7a7754a3dd
commit
f8c4be7caa
19 changed files with 26 additions and 26 deletions
|
@ -27,7 +27,7 @@
|
|||
const { shell } = require('electron')
|
||||
const exLinksBtn = document.getElementById('open-ex-links')
|
||||
exLinksBtn.addEventListener('click', (event) => {
|
||||
shell.openExternal('http://electron.atom.io')
|
||||
shell.openExternal('https://electronjs.org')
|
||||
})
|
||||
</code></pre>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ const { shell } = require('electron')
|
|||
const exLinksBtn = document.getElementById('open-ex-links')
|
||||
|
||||
exLinksBtn.addEventListener('click', (event) => {
|
||||
shell.openExternal('http://electron.atom.io')
|
||||
shell.openExternal('https://electronjs.org')
|
||||
})
|
||||
|
||||
const OpenAllOutboundLinks = () => {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<p>This module works in both the main and renderer process.</p>
|
||||
<p>
|
||||
Open the
|
||||
<a href="http://electron.atom.io/docs/api/shell">
|
||||
<a href="https://electronjs.org/docs/api/shell">
|
||||
full API documentation (opens in new window)
|
||||
</a>
|
||||
in your browser.
|
||||
|
|
|
@ -9,5 +9,5 @@ fileManagerBtn.addEventListener('click', (event) => {
|
|||
})
|
||||
|
||||
exLinksBtn.addEventListener('click', (event) => {
|
||||
shell.openExternal('http://electron.atom.io')
|
||||
shell.openExternal('https://electronjs.org')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue