From dad20f2b836ef3d35c2402ab2aae1c1b526a70bd Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Fri, 17 Nov 2017 23:23:29 +0100 Subject: [PATCH] Fix markdown to display a link --- content/docs/static-type-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index d2c8caef..2c0162e3 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -61,4 +61,4 @@ You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScr ## Other Languages -Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [ReasonML](reasonml.github.io/reason-react) or [F#/Fable](http://fable.io) with [elmish-react](fable-elmish.github.io/react. Check out their respective sites for more information. +Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [ReasonML](reasonml.github.io/reason-react) or [F#/Fable](http://fable.io) with [elmish-react](fable-elmish.github.io/react). Check out their respective sites for more information.