docs: replace the atom.io headers URL with electronjs.org (#18328)

This commit is contained in:
Samuel Attard 2019-05-21 00:17:08 -07:00 committed by Cheng Zhao
parent d1207e9d8f
commit e73a0e6cc6
5 changed files with 15 additions and 5 deletions

View file

@ -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()