Merge pull request #601 from monotonique/fix_link

Fixed Link to Dicision Tree
This commit is contained in:
Krunoslav Zaher 2016-04-07 12:39:05 +02:00
commit 8bf939d17d
1 changed files with 1 additions and 1 deletions

View File

@ -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.