Merge pull request #601 from monotonique/fix_link
Fixed Link to Dicision Tree
This commit is contained in:
commit
8bf939d17d
|
|
@ -590,7 +590,7 @@ Almost all operators are demonstrated in [Playgrounds](../Rx.playground).
|
|||
|
||||
To use playgrounds please open `Rx.xcworkspace`, build `RxSwift-OSX` scheme and then open playgrounds in `Rx.xcworkspace` tree view.
|
||||
|
||||
In case you need an operator, and don't know how to find it there a [decision tree of operators]() http://reactivex.io/documentation/operators.html#tree).
|
||||
In case you need an operator, and don't know how to find it there a [decision tree of operators](http://reactivex.io/documentation/operators.html#tree).
|
||||
|
||||
[Supported RxSwift operators](API.md#rxswift-supported-operators) are also grouped by function they perform, so that can also help.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue