From bb7bc490fbc3885e3f1661930a24b3921d010a59 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Mon, 3 Apr 2023 10:46:59 -0400 Subject: [PATCH] replacing dead domain with new links (#731) --- .../functional_reactive_programming/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages-paradigms/functional_reactive_programming/README.md b/languages-paradigms/functional_reactive_programming/README.md index 3c1cf86..875fc63 100644 --- a/languages-paradigms/functional_reactive_programming/README.md +++ b/languages-paradigms/functional_reactive_programming/README.md @@ -1,16 +1,16 @@ # Functional Reactive Programming -* [Functional Reactive Programming, Continued](http://haskell.cs.yale.edu/wp-content/uploads/2011/02/workshop-02.pdf) +* [Functional Reactive Programming, Continued](https://www.antonycourtney.com/pubs/frpcont.pdf) * [Event-Driven FRP](http://www.cs.yale.edu/homes/zwan/papers/mcu/efrp.pdf) -* [Real-Time FRP](http://haskell.cs.yale.edu/wp-content/uploads/2011/02/rt-frp.pdf) +* [Real-Time FRP](https://csiflabs.cs.ucdavis.edu/~johari/refs/rt-frp.pdf) * [Asynchronous Functional Reactive Programming for GUIs](http://people.seas.harvard.edu/~chong/pubs/pldi13-elm.pdf) * [Push-Pull Functional Reactive Programming](http://conal.net/papers/push-pull-frp/push-pull-frp.pdf) -* [Wormholes: Introducing Effects to FRP](http://haskell.cs.yale.edu/wp-content/uploads/2012/08/Winograd-Cort-Wormholes.pdf) +* [Wormholes: Introducing Effects to FRP](https://www.danwc.com/data/Winograd-Cort-Wormholes.pdf) * [Elm: Concurrent FRP for Functional GUIs](https://www.seas.harvard.edu/sites/default/files/files/archived/Czaplicki.pdf)