Skip to content

Commit 5376ef6

Browse files
committed
Fix link into readme.md
1 parent af83daa commit 5376ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)](https://developer.apple.com/swift)
99
[![Issues](https://img.shields.io/github/issues/phimage/CallbackURLKit.svg?style=flat
1010
)](https://github.com/phimage/CallbackURLKit/issues)
11-
[![Cocoapod](http://img.shields.io/cocoapods/v/CallbackURLKit.svg?style=flat)](http://cocoadocs.org/docsets/Prephirences/)
11+
[![Cocoapod](http://img.shields.io/cocoapods/v/CallbackURLKit.svg?style=flat)](http://cocoadocs.org/docsets/CallbackURLKit/)
1212
[![Join the chat at https://gitter.im/phimage/CallbackURLKit](https://img.shields.io/badge/GITTER-join%20chat-00D06F.svg)](https://gitter.im/phimage/CallbackURLKit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1313

1414
[<img align="left" src="logo.png" hspace="20">](#logo) Starting to integrate URL scheme in an app,
@@ -66,7 +66,7 @@ see full sample into [Clients](/Clients) directory. *(You can PR to add new `Cli
6666
You can check that an application respond to the URL scheme using `client.appInstalled`
6767

6868
#### Use callback closure
69-
Callbacks allow you to receives informations or status from the targeted applications but before you need to [add x-callback-url support to your app](add-x-callback-url-support-to-your-app).
69+
Callbacks allow you to receives informations or status from the targeted applications but before you need to [add x-callback-url support to your app](#add-x-callback-url-support-to-your-app).
7070

7171
Then you can specify one of the 3 x-callbacks: success, failure and cancel
7272

0 commit comments

Comments
 (0)