docs: replace electron.atom.io with electronjs.org in docs/fiddles (#22196)

This commit is contained in:
Jeremy Apthorp 2020-02-16 16:46:41 -08:00 committed by GitHub
parent 7a7754a3dd
commit f8c4be7caa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 26 additions and 26 deletions

View file

@ -15,5 +15,5 @@ newWindowBtn.addEventListener('click', (event) => {
link.addEventListener('click', (e) => {
e.preventDefault()
shell.openExternal("http://electron.atom.io/docs/api/browser-window")
shell.openExternal("https://electronjs.org/docs/api/browser-window")
})