Adds links to Units.md unit.

This commit is contained in:
Krunoslav Zaher 2015-12-21 03:23:02 +01:00
parent 93572bb5d7
commit 135de0f5fa
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ This project tries to be consistent with [ReactiveX.io](http://reactivex.io/). T
1. [UI layer tips](#ui-layer-tips)
1. [Making HTTP requests](#making-http-requests)
1. [RxDataSourceStarterKit](#rxdatasourcestarterkit)
1. [Driver](Units.md#driver-unit)
1. [Examples](Examples.md)
# Observables aka Sequences

View File

@ -104,6 +104,7 @@ Hang out with us on [rxswift.slack.com](http://slack.rxswift.org) <img src="http
1. [Benefits](#benefits)
1. [It's not all or nothing](#its-not-all-or-nothing)
1. [Getting started](Documentation/GettingStarted.md)
1. [Units](Documentation/Units.md)
1. [Creating observable sequences](Documentation/GettingStarted.md#creating-your-own-observable-aka-observable-sequence)
1. [Examples](Documentation/Examples.md)
1. [API - RxSwift operators / RxCocoa extensions](Documentation/API.md)