Skip to content

Commit d0d3a34

Browse files
committed
change link to Conal Elliott's FRP explanation
fixes #136
1 parent 187ba53 commit d0d3a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ id: intro
2727
functional, and it may be reactive, but “functional reactive programming” is a different animal.
2828
One main point of difference is that functional reactive programming operates on values that change
2929
<em>continuously</em> over time, while ReactiveX operates on <em>discrete</em> values that are emitted over
30-
time. (See <a href="http://conal.net/talks/essence-and-origins-of-frp-bayhac-2015.pdf">Conal Elliott&#8217;s
31-
work for more-precise information on functional reactive programming</a>.)
30+
time. (See <a href="https://github.com/conal/essence-and-origins-of-frp">Conal Elliott&#8217;s work for
31+
more-precise information on functional reactive programming</a>.)
3232
</p>
3333

3434
<h1>Why Use Observables?</h1>

0 commit comments

Comments
 (0)