Skip to content

Commit 7c3116b

Browse files
Update links to https
Only left the link to fable.io, because it currently has an invalid certificate, which they will only fix after moving to a new domain. fable-compiler/fable-compiler.github.io#27
1 parent 017dd65 commit 7c3116b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/static-type-checking.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you use npm, run:
9797
npm install --save-dev babel-preset-flow
9898
```
9999

100-
Then add the `flow` preset to your [Babel configuration](http://babeljs.io/docs/usage/babelrc/). For example, if you configure Babel through `.babelrc` file, it could look like this:
100+
Then add the `flow` preset to your [Babel configuration](https://babeljs.io/docs/usage/babelrc/). For example, if you configure Babel through `.babelrc` file, it could look like this:
101101

102102
```js{3}
103103
{
@@ -302,12 +302,12 @@ You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScr
302302
You are now ready to code! We recommend to check out the following resources to learn more about Typescript:
303303
304304
* [TypeScript Documentation: Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html)
305-
* [TypeScript Documentation: Migrating from Javascript](http://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
306-
* [TypeScript Documentation: React and Webpack](http://www.typescriptlang.org/docs/handbook/react-&-webpack.html)
305+
* [TypeScript Documentation: Migrating from Javascript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
306+
* [TypeScript Documentation: React and Webpack](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html)
307307
308308
## Reason
309309
310-
[Reason](https://reasonml.github.io/) is not a new language; it's a new syntax and toolchain powered by the battle-tested language, [OCaml](http://ocaml.org/). Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know.
310+
[Reason](https://reasonml.github.io/) is not a new language; it's a new syntax and toolchain powered by the battle-tested language, [OCaml](https://ocaml.org/). Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know.
311311
312312
Reason is developed at Facebook, and is used in some of its products like Messenger. It is still somewhat experimental but it has [dedicated React bindings](https://reasonml.github.io/reason-react/) maintained by Facebook and a [vibrant community](https://reasonml.github.io/docs/en/community.html).
313313

0 commit comments

Comments
 (0)