Update electron.atom.io -> electronjs.org
Update electron.atom.io -> electronjs.org to reduce redirects and speed navigation.
This commit is contained in:
parent
f469059e90
commit
14c6e78147
13 changed files with 28 additions and 28 deletions
|
@ -45,10 +45,10 @@ describe('clipboard module', () => {
|
|||
it('returns title and url', () => {
|
||||
if (process.platform === 'linux') return
|
||||
|
||||
clipboard.writeBookmark('a title', 'https://electron.atom.io')
|
||||
clipboard.writeBookmark('a title', 'https://electronjs.org')
|
||||
assert.deepEqual(clipboard.readBookmark(), {
|
||||
title: 'a title',
|
||||
url: 'https://electron.atom.io'
|
||||
url: 'https://electronjs.org'
|
||||
})
|
||||
|
||||
clipboard.writeText('no bookmark')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue