Skip to content

Commit

Permalink
Update Additional-Reading.md
Browse files Browse the repository at this point in the history
ReactiveX#6132
- 'What is Reactive Programming?' was wrong link, so deleted.
- First line was edited.
  • Loading branch information
khkong committed Jun 4, 2019
1 parent 86048e1 commit d337417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/Additional-Reading.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(A more complete and up-to-date list of resources can be found at the reactivex.io site: [[http://reactivex.io/tutorials.html]])
A more complete and up-to-date list of resources can be found at the [reactivex.io site](http://reactivex.io/tutorials.html)

# Introducing Reactive Programming
* [Introduction to Rx](http://www.introtorx.com/): a free, on-line book by Lee Campbell **(1.x)**
Expand All @@ -10,7 +10,6 @@
* [Your Mouse is a Database](http://queue.acm.org/detail.cfm?id=2169076) by Erik Meijer
* [A Playful Introduction to Rx](https://www.youtube.com/watch?v=WKore-AkisY) a video lecture by Erik Meijer
* Wikipedia: [Reactive Programming](http://en.wikipedia.org/wiki/Reactive_programming) and [Functional Reactive Programming](http://en.wikipedia.org/wiki/Functional_reactive_programming)
* [What is Reactive Programming?](http://blog.hackhands.com/overview-of-reactive-programming/) a video presentation by Jafar Husain.
* [2 minute introduction to Rx](https://medium.com/@andrestaltz/2-minute-introduction-to-rx-24c8ca793877) by André Staltz
* StackOverflow: [What is (functional) reactive programming?](http://stackoverflow.com/a/1030631/1946802)
* [The Reactive Manifesto](http://www.reactivemanifesto.org/)
Expand Down

0 comments on commit d337417

Please sign in to comment.