From 4a37077db17b6b19b9a1efee042e2d44ef0e1efe Mon Sep 17 00:00:00 2001 From: George Lin Date: Wed, 23 Mar 2016 10:48:12 +0800 Subject: [PATCH] Fixed Link to Dicision Tree - removed a redundant parenthesis --- Documentation/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index cd5c90b0..369a48a6 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -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.