From fa3c06d637f5d781622d095d4df7dd288652e8dc Mon Sep 17 00:00:00 2001 From: Paul Mestemaker Date: Mon, 9 Jan 2017 15:23:23 -0800 Subject: [PATCH] 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 --- Libraries/Alert/AlertIOS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Alert/AlertIOS.js b/Libraries/Alert/AlertIOS.js index c889c15d3..843046fdc 100644 --- a/Libraries/Alert/AlertIOS.js +++ b/Libraries/Alert/AlertIOS.js @@ -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. * */