Update docs links to prefer HTTPS for supported domains (#6383)

* Update docs links to prefer HTTPS for supported domains

* Fix existing typos
This commit is contained in:
Ian Schmitz
2019-02-10 08:26:49 -08:00
committed by GitHub
parent 782d71b957
commit 4c02980f4c
12 changed files with 33 additions and 33 deletions

View File

@@ -51,6 +51,6 @@ You can also use it with `async` / `await` syntax if you prefer it.
## With React Router
If you are using React Router check out [this tutorial](http://serverless-stack.com/chapters/code-splitting-in-create-react-app.html) on how to use code splitting with it. You can find the companion GitHub repository [here](https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/code-splitting-in-create-react-app).
If you are using React Router check out [this tutorial](https://serverless-stack.com/chapters/code-splitting-in-create-react-app.html) on how to use code splitting with it. You can find the companion GitHub repository [here](https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/code-splitting-in-create-react-app).
Also check out the [Code Splitting](https://reactjs.org/docs/code-splitting.html) section in React documentation.