Authored by Justin R. Miller

update binary downloads link

@@ -50,7 +50,7 @@ Installation @@ -50,7 +50,7 @@ Installation
50 There are three ways that you can install the SDK, depending upon your needs: 50 There are three ways that you can install the SDK, depending upon your needs:
51 51
52 1. Clone from GitHub and integrate as a dependent Xcode project. 52 1. Clone from GitHub and integrate as a dependent Xcode project.
53 - 1. Use the [binary framework](https://github.com/mapbox/mapbox-ios-sdk/tree/packaging/Downloads). Use like regular frameworks, linking it in your project, adding `#import <MapBox/MapBox.h>`, and additionally, including the `-ObjC` linker flag. 53 + 1. Use the [binary framework](http://mapbox-ios-sdk.s3.amazonaws.com/index.html). Use like regular frameworks, linking it in your project, adding `#import <MapBox/MapBox.h>`, and additionally, including the `-ObjC` linker flag.
54 1. Install via [CocoaPods](http://cocoapods.org). 54 1. Install via [CocoaPods](http://cocoapods.org).
55 55
56 More detailed information on the installation options is available in the [SDK guide](http://mapbox.com/mapbox-ios-sdk/). 56 More detailed information on the installation options is available in the [SDK guide](http://mapbox.com/mapbox-ios-sdk/).