Update AlertIOS.js

Summary:
This fixes a broken link in the docs.
Closes https://github.com/facebook/react-native/pull/11453

Differential Revision: D4394773

Pulled By: lacker

fbshipit-source-id: 07b3aaa25017912063ac9e65f336c56a902d7144
This commit is contained in:
Paul Mestemaker 2017-01-09 15:23:23 -08:00 committed by Facebook Github Bot
parent 8729d27206
commit fa3c06d637
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ type ButtonsArray = Array<{
* );
* ```
*
* We recommend using the [`Alert.alert`](/docs/alert.html) method for
* We recommend using the [`Alert.alert`](alert.html) method for
* cross-platform support if you don't need to create iOS-only prompts.
*
*/