From 4754216ffdead2b8413042e15b7b3d1e30ce7908 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 13 Mar 2016 19:53:33 +0100 Subject: [PATCH] Fixes broken link in `GettingStarted.md`. --- Documentation/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index cde6acb6..cd5c90b0 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -19,7 +19,7 @@ This project tries to be consistent with [ReactiveX.io](http://reactivex.io/). T 1. [KVO](#kvo) 1. [UI layer tips](#ui-layer-tips) 1. [Making HTTP requests](#making-http-requests) -1. [RxDataSourceStarterKit](#rxdatasourcestarterkit) +1. [RxDataSources](#rxdatasources) 1. [Driver](Units.md#driver-unit) 1. [Examples](Examples.md)