docs: replace the atom.io headers URL with electronjs.org (#18328)
This commit is contained in:
parent
d1207e9d8f
commit
e73a0e6cc6
5 changed files with 15 additions and 5 deletions
|
@ -2,7 +2,7 @@ var app = require('electron').app
|
|||
var fs = require('fs')
|
||||
var request = require('request')
|
||||
|
||||
var TARGET_URL = 'https://atom.io/download/electron/index.json'
|
||||
var TARGET_URL = 'https://electronjs.org/headers/index.json'
|
||||
|
||||
function getDate () {
|
||||
var today = new Date()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue