Skip to content

Commit 9cf85dd

Browse files
committed
Update README.md
1 parent 9806b43 commit 9cf85dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<a href="http://cocoadocs.org/docsets/ios-deeplink-sdk"><img src="https://img.shields.io/cocoapods/p/ios-deeplink-sdk.svg?style=flat" alt="Platform" /></a>
1212
</p>
1313

14-
15-
1614
## Overview
1715

1816
The Button DeepLink SDK is a splendid route-matching, block-based way to handle your deep links. Rather than decide how to format your URLs, parse them, pass data, and navigate to specific content or perform actions, this SDK and a few lines of code will get you on your way.
1917

18+
[Full Documentation](http://www.usebutton.com/sdk/deep-links/integration-guide)
19+
2020
## Usage
2121

2222
Add deep link support to your app in 5 minutes or less following these simple steps.
@@ -61,7 +61,7 @@ self.router[@"log/:message"] = ^(DPLDeepLink *link) {
6161
[self.router handleURL:url withCompletion:NULL];
6262
}
6363
````
64-
Learn more about the DeepLinkSDK by reading our [Integration Guide](http://www.usebutton.com/sdk/deep-links).
64+
Learn more about the DeepLinkSDK by reading our [Integration Guide](http://www.usebutton.com/sdk/deep-links/integration-guide).
6565

6666

6767
## Examples

0 commit comments

Comments
 (0)