diff --git a/Libraries/Alert/AlertIOS.js b/Libraries/Alert/AlertIOS.js index c889c15d3cc..843046fdcbe 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. * */