From c38e4a1199ec69a05436781906c10bb462c5fd28 Mon Sep 17 00:00:00 2001 From: Nikita Gazarov Date: Thu, 12 Dec 2024 20:07:35 -0800 Subject: [PATCH] Docs: Update javadoc link because #137 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d42bd8..0c8fc22 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Please see [CONTRIBUTING.md](https://github.com/raquo/Airstream/blob/master/CONT ## Documentation -[API doc](https://javadoc.io/doc/com.raquo/airstream_sjs1_3/latest/com/raquo/airstream/index.html) +[API doc](https://javadoc.io/doc/com.raquo/airstream_sjs1_2.13/latest/com/raquo/airstream/index.html) This documentation explains not only the functionality that _Airstream_ offers, but also how it works, and the design tradeoffs involved. Nevertheless, if you need a primer on reactive programming using streams, consider [this guide](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) by André Staltz or its [video adaptation](https://egghead.io/courses/introduction-to-reactive-programming).