HTTPS-ify lots of URLs, update some to their newer homes (#1157)

This matters for user security.

I didn't touch blog posts & pages related to past conferences.

The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
This commit is contained in:
Michał Gołębiowski-Owczarek
2018-10-05 23:39:12 +02:00
committed by Alex Krolick
parent b1588024e6
commit 06a8850b2f
22 changed files with 101 additions and 101 deletions

View File

@@ -1,7 +1,7 @@
const request = require('request-promise');
const errorCodesUrl =
'http://raw.githubusercontent.com/facebook/react/master/scripts/error-codes/codes.json';
'https://raw.githubusercontent.com/facebook/react/master/scripts/error-codes/codes.json';
exports.sourceNodes = async ({actions}) => {
const {createNode} = actions;