Updated README.md to fix broken link in FAQ item #7 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/457d34d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/457d34d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/457d34d2
Branch: refs/heads/master Commit: 457d34d23fe538237ffa103185ec5424570d0851 Parents: 00ac39f Author: Shazron Abdullah <shaz...@gmail.com> Authored: Tue Nov 29 15:58:22 2011 -0800 Committer: Shazron Abdullah <shaz...@gmail.com> Committed: Tue Nov 29 15:58:22 2011 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/457d34d2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 6ec6a8a..7e1d8c1 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Starting with version 1.1, when creating a new project, the weak-linking is adde **7. How do I override the location of the start page www/index.html?** -You can override it by copy and pasting these [functions](https://github.com/phonegap/phonegap-iphone/blob/master/PhoneGapLib/Classes/PhoneGapDelegate.m#L48-56) into your project's AppDelegate.m, and make the appropriate changes. +You can override it by copy and pasting these [functions 'wwwFolderName' and 'startPage'](https://github.com/callback/callback-ios/blob/master/PhoneGapLib/Classes/PhoneGapDelegate.m#L88-96) into your project's AppDelegate.m, and make the appropriate changes. **8. What's the difference between the Xcode 3 and Xcode 4 templates?**