From 8fd8d9ea95be02c5ebb386e199c3bb81529ad344 Mon Sep 17 00:00:00 2001 From: Marthyn Olthof Date: Thu, 19 Oct 2017 07:49:42 +0200 Subject: [PATCH] Fix link to the samples The link to the samples lead to a 404 error on github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5559025..65da5bd 100644 --- a/README.md +++ b/README.md @@ -500,7 +500,7 @@ React.createElement(K, The definition of class `K` should be quite careful when it comes to invoking `cont`. Too many accidental invocations can lead to loops, especially in the presence of `repeat` (very common when building forms). On the other hand, `K` is expected to invoke `cont` upon `componentWill/DidMount` and `componentWillReceiveProps`. `componentWillReceiveProps` should only (re)invoke `cont` if the output has changed though. # Samples -To see the library in action in a simple application and to get inspiration on how to use it, you can jump to [the samples](https://raw.githubusercontent.com/giuseppemag/MonadicReact/master/samples). +To see the library in action in a simple application and to get inspiration on how to use it, you can jump to [the samples](https://github.com/giuseppemag/MonadicReact/tree/master/samples). # About the authors