Fix elmish-react link on static-type-checking (#857)

`fable-elmish` org is now simply `elmish`, thus the link to `elmish-react` was 404.

ref https://github.com/elmish/elmish/issues/145
This commit is contained in:
Duc Nghiem Xuan
2018-05-02 17:00:27 +09:00
committed by Alex Krolick
parent e3cf355618
commit d0cdc9ef0c

View File

@@ -319,4 +319,4 @@ JetBrains develops and maintains several tools specifically for the React commun
## Other Languages
Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [F#/Fable](http://fable.io) with [elmish-react](https://fable-elmish.github.io/react). Check out their respective sites for more information, and feel free to add more statically typed languages that work with React to this page!
Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [F#/Fable](http://fable.io) with [elmish-react](https://elmish.github.io/react). Check out their respective sites for more information, and feel free to add more statically typed languages that work with React to this page!