From 09eb8803d4d37c2ceb607c8ec78d9cd15d9a2719 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 13 Mar 2016 18:08:36 +0100 Subject: [PATCH] Fixes data source link in `GerringStarted.md`. --- Documentation/GettingStarted.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index 91856923..cde6acb6 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -1130,12 +1130,10 @@ public struct Logging { } ``` -## RxDataSourceStarterKit +## RxDataSources ... is a set of classes that implement fully functional reactive data sources for `UITableView`s and `UICollectionView`s. -Source code, more information and rationale why these classes are separated into their directory can be found [here](../RxExample/RxDataSourceStarterKit). - -Using them should come down to just importing all of the files into your project. +RxDataSources are bundled [here](https://github.com/RxSwiftCommunity/RxDataSources). Fully functional demonstration how to use them is included in the [RxExample](../RxExample) project.