diff --git a/local-cli/generator-ios/templates/app/AppDelegate.m b/local-cli/generator-ios/templates/app/AppDelegate.m index 3f96e60fe..5c8c26a5c 100644 --- a/local-cli/generator-ios/templates/app/AppDelegate.m +++ b/local-cli/generator-ios/templates/app/AppDelegate.m @@ -40,7 +40,7 @@ * * $ react-native bundle --minify * - * see http://facebook.github.io/react-native/docs/runningondevice.html + * see http://facebook.github.io/react-native/docs/running-on-device-ios.html */ // jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; diff --git a/local-cli/generator-ios/templates/main/main.jsbundle b/local-cli/generator-ios/templates/main/main.jsbundle index b702b30c6..00f44847d 100644 --- a/local-cli/generator-ios/templates/main/main.jsbundle +++ b/local-cli/generator-ios/templates/main/main.jsbundle @@ -3,6 +3,6 @@ // // $ react-native bundle --minify // -// See http://facebook.github.io/react-native/docs/runningondevice.html for more details. +// See http://facebook.github.io/react-native/docs/running-on-device-ios.html for more details. throw new Error('Offline JS file is empty. See iOS/main.jsbundle for instructions');