Skip to content

Commit

Permalink
adding 1.x 2.x 3.x javadoc to wiki sidebar (#7133)
Browse files Browse the repository at this point in the history
* fix javadoc url from 2.x to 3.x

* using suggested fix by reviewer
  • Loading branch information
jlecordier authored Dec 14, 2020
1 parent dde2c0e commit 17ba82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
* [Writing operators](https://github.com/ReactiveX/RxJava/wiki/Writing-operators-for-2.0)
* [Backpressure](https://github.com/ReactiveX/RxJava/wiki/Backpressure-(2.0))
* [another explanation](https://github.com/ReactiveX/RxJava/wiki/Backpressure)
* [JavaDoc](http://reactivex.io/RxJava/2.x/javadoc)
* JavaDoc: [1.x](http://reactivex.io/RxJava/1.x/javadoc), [2.x](http://reactivex.io/RxJava/2.x/javadoc), [3.x](http://reactivex.io/RxJava/3.x/javadoc)
* [Coming from RxJava 1](https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0)
* [Additional Reading](https://github.com/ReactiveX/RxJava/wiki/Additional-Reading)

0 comments on commit 17ba82c

Please sign in to comment.