diff --git a/README.md b/README.md index 83e03b7827b9f5d0f6d659bcf45ac08ac43169b5..d91eb0e07daa379f1304aef34727bd92cd1b7dd2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ Bolts ============ -[](https://travis-ci.org/BoltsFramework/Bolts-iOS) +[](https://travis-ci.org/BoltsFramework/Bolts-iOS) [](https://codecov.io/github/BoltsFramework/Bolts-iOS?branch=master) [](https://github.com/Carthage/Carthage) -[](http://cocoadocs.org/docsets/Bolts/) -[](http://cocoadocs.org/docsets/Bolts/) -[](https://github.com/BoltsFramework/Bolts-iOS/blob/master/LICENSE) +[](http://cocoadocs.org/docsets/Bolts/) +[](http://cocoadocs.org/docsets/Bolts/) +[](https://github.com/BoltsFramework/Bolts-iOS/blob/master/LICENSE) [](https://www.versioneye.com/objective-c/bolts/references) Bolts is a collection of low-level libraries designed to make developing mobile @@ -17,7 +17,7 @@ do they require having a Parse or Facebook developer account. Bolts includes: * "Tasks", which make organization of complex asynchronous code more manageable. A task is kind of like a JavaScript Promise, but available for iOS and Android. -* An implementation of the [App Links protocol](http://www.applinks.org), helping you link to content in other apps and handle incoming deep-links. +* An implementation of the [App Links protocol](http://applinks.org/), helping you link to content in other apps and handle incoming deep-links. For more information, see the [Bolts iOS API Reference](http://boltsframework.github.io/docs/ios/). @@ -503,7 +503,7 @@ We are likely to add some concept like this to Bolts at some point in the future # App Links -[App Links](http://www.applinks.org) provide a cross-platform mechanism that allows a developer to define and publish a deep-linking scheme for their content, allowing other apps to link directly to an experience optimized for the device they are running on. Whether you are building an app that receives incoming links or one that may link out to other apps' content, Bolts provides tools to simplify implementation of the [App Links protocol](http://www.applinks.org/documentation). +[App Links](http://www.applinks.org) provide a cross-platform mechanism that allows a developer to define and publish a deep-linking scheme for their content, allowing other apps to link directly to an experience optimized for the device they are running on. Whether you are building an app that receives incoming links or one that may link out to other apps' content, Bolts provides tools to simplify implementation of the [App Links protocol](http://applinks.org/documentation/). ## Handling an App Link @@ -675,8 +675,8 @@ App Links Measurement Events sends additional information from App Links Intents # Installation -You can download the latest framework files from our [Releases page](https://github.com/BoltsFramework/Bolts-iOS/releases). +You can download the latest framework files from our [Releases page](https://github.com/BoltsFramework/Bolts-ObjC/releases). -Bolts is also available through [CocoaPods](http://cocoapods.org). To install it simply add the following line to your Podfile: +Bolts is also available through [CocoaPods](https://cocoapods.org/). To install it simply add the following line to your Podfile: pod 'Bolts'