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

@ -10,7 +10,7 @@ import tempfile
from lib.config import s3_config
from lib.util import download, rm_rf, s3put, safe_mkdir
DIST_URL = 'https://atom.io/download/electron/'
DIST_URL = 'https://electronjs.org/headers/'
def main():