From d443918692470507f9a8a02e03d14f6df8a1e314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa?= Date: Wed, 20 Jan 2016 11:56:02 +0100 Subject: [PATCH] Update GettingStarted.md --- Documentation/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index b91af9e5..f8827e18 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -1118,7 +1118,7 @@ public struct Logging { ... 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](../RxDataSourceStarterKit). +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.