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

@@ -102,7 +102,7 @@ import './index.css';
Now if you run `npm start` in the project folder and open `http://localhost:3000` in the browser, you should see an empty tic-tac-toe field.
We recommend following [these instructions](http://babeljs.io/docs/editors) to configure syntax highlighting for your editor.
We recommend following [these instructions](https://babeljs.io/docs/editors/) to configure syntax highlighting for your editor.
</details>