Skip to content

Commit 7ade77a

Browse files
ChanHoHoakarnokd
authored andcommitted
Fixed broken link under RxJS in docs/Additional-Reading.md (#6125)
* Fixed broken link in docs/Additional-Reading.md * updated broken-link in docs/Additional-reading.md
1 parent 45cc53d commit 7ade77a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Additional-Reading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(A more complete and up-to-date list of resources can be found at the reactivex.io site: [[http://reactivex.io/tutorials.html]])
1+
(A more complete and up-to-date list of resources can be found at the reactivex.io site: [[http://reactivex.io/tutorials.html]])
22

33
# Introducing Reactive Programming
44
* [Introduction to Rx](http://www.introtorx.com/): a free, on-line book by Lee Campbell
@@ -38,11 +38,11 @@
3838
* [MSDN Rx forum](http://social.msdn.microsoft.com/Forums/en-US/home?forum=rx)
3939

4040
# RxJS
41-
* [the RxJS github site](http://reactive-extensions.github.io/RxJS/)
41+
* [the RxJS github site](https://github.com/reactivex/rxjs)
4242
* An interactive tutorial: [Functional Programming in Javascript](http://jhusain.github.io/learnrx/) and [an accompanying lecture (video)](http://www.youtube.com/watch?v=LB4lhFJBBq0) by Jafar Husain
4343
* [Netflix JavaScript Talks - Async JavaScript with Reactive Extensions](https://www.youtube.com/watch?v=XRYN2xt11Ek) video of a talk by Jafar Husain about the Rx way of programming
4444
* [RxJS](https://xgrommx.github.io/rx-book/), an on-line book by @xgrommx
45-
* [Journey from procedural to reactive Javascript with stops](http://bahmutov.calepin.co/journey-from-procedural-to-reactive-javascript-with-stops.html) by Gleb Bahmutov
45+
* [Journey from procedural to reactive Javascript with stops](https://glebbahmutov.com/blog/journey-from-procedural-to-reactive-javascript-with-stops/) by Gleb Bahmutov
4646

4747
# Miscellany
4848
* [RxJava Observables and Akka Actors](http://onoffswitch.net/rxjava-observables-akka-actors/) by Anton Kropp

0 commit comments

Comments
 (0)