Skip to content

Commit 9a342fd

Browse files
authored
Add more prominent javadoc links
1 parent 06f801c commit 9a342fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io)
88

99
It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.
1010

11-
#### Version 1.x
11+
#### Version 1.x ([Javadoc](http://reactivex.io/RxJava/1.x/javadoc/))
1212

1313
Looking for version 1.x? Jump [to the 1.x branch](https://github.com/ReactiveX/RxJava/tree/1.x).
1414

@@ -17,7 +17,7 @@ Timeline plans for the 1.x line:
1717
- **June 1, 2017** - feature freeze (no new operators), only bugfixes
1818
- **March 31, 2018** - end of life, no further development
1919

20-
#### Version 2.x
20+
#### Version 2.x ([Javadoc](http://reactivex.io/RxJava/2.x/javadoc/))
2121

2222
- single dependency: [Reactive-Streams](https://github.com/reactive-streams/reactive-streams-jvm)
2323
- continued support for Java 6+ & [Android](https://github.com/ReactiveX/RxAndroid) 2.3+
@@ -27,7 +27,6 @@ Timeline plans for the 1.x line:
2727
- async or synchronous execution
2828
- virtual time and schedulers for parameterized concurrency
2929

30-
3130
Version 2.x and 1.x will live side-by-side for several years. They will have different group ids (`io.reactivex.rxjava2` vs `io.reactivex`) and namespaces (`io.reactivex` vs `rx`).
3231

3332
See the differences between version 1.x and 2.x in the wiki article [What's different in 2.0](https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0). Learn more about RxJava in general on the <a href="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a>.

0 commit comments

Comments
 (0)