Fix dead link in PushNotificationIOS docs.

Summary: Closes https://github.com/facebook/react-native/pull/3117

Reviewed By: @​svcscm

Differential Revision: D2495539

Pulled By: @frantic
This commit is contained in:
Magnus Bergman 2015-09-30 15:36:09 -07:00 committed by facebook-github-bot-3
parent 2bded4cb2e
commit 6068c07e98
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ var NOTIF_REGISTER_EVENT = 'remoteNotificationsRegistered';
* Handle push notifications for your app, including permission handling and
* icon badge number.
*
* To get up and running, [configure your notifications with Apple](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringPushNotifications/ConfiguringPushNotifications.html)
* To get up and running, [configure your notifications with Apple](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html#//apple_ref/doc/uid/TP40012582-CH26-SW6)
* and your server-side system. To get an idea, [this is the Parse guide](https://parse.com/tutorials/ios-push-notifications).
*/
class PushNotificationIOS {