mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
use https for all Electron website URLs
This commit is contained in:
@@ -103,7 +103,7 @@ clipboard.
|
||||
|
||||
```js
|
||||
clipboard.write({
|
||||
text: 'http://electron.atom.io',
|
||||
text: 'https://electron.atom.io',
|
||||
bookmark: 'Electron Homepage'
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user