[CB-3827] Remove other hard-coded HTML links
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a0baad9c Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a0baad9c Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a0baad9c Branch: refs/heads/master Commit: a0baad9c6b0132696b4e4567f5fabaad24c6f910 Parents: 08f3a01 Author: Mike Sierra <[email protected]> Authored: Thu Jul 4 12:37:14 2013 -0400 Committer: Mike Sierra <[email protected]> Committed: Thu Jul 4 12:37:14 2013 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/splashscreen/splashscreen.hide.md | 7 +++---- docs/en/edge/guide/plugin-development/ios/index.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a0baad9c/docs/en/edge/cordova/splashscreen/splashscreen.hide.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.hide.md b/docs/en/edge/cordova/splashscreen/splashscreen.hide.md index 50824cd..ea07cd8 100644 --- a/docs/en/edge/cordova/splashscreen/splashscreen.hide.md +++ b/docs/en/edge/cordova/splashscreen/splashscreen.hide.md @@ -71,10 +71,9 @@ Full Example iOS Quirk ------------ -The [`config.xml` file's setting](guide_project-settings_index.md.html#Project%20Settings) for -`AutoHideSplashScreen` must be `false`. To delay hiding the splash -screen for two seconds, add a timer such as the following in the -`deviceready` event handler: +The `config.xml` file's `AutoHideSplashScreen` setting must be +`false`. To delay hiding the splash screen for two seconds, add a +timer such as the following in the `deviceready` event handler: setTimeout(function() { navigator.splashscreen.hide(); http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a0baad9c/docs/en/edge/guide/plugin-development/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/plugin-development/ios/index.md b/docs/en/edge/guide/plugin-development/ios/index.md index 2e311e2..61bc117 100644 --- a/docs/en/edge/guide/plugin-development/ios/index.md +++ b/docs/en/edge/guide/plugin-development/ios/index.md @@ -210,7 +210,7 @@ running in the iOS 6 Simulator. ## Common Pitfalls * Don't forget to add your plugin's mapping to config.xml. If you forget, an error is logged in the Xcode console. -* Don't forget to add any hosts you connect to in the [whitelist](guide_whitelist_index.md.html#Domain%20Whitelist%20Guide). If you forget, an error is logged in the Xcode console. +* Don't forget to add any hosts you connect to in the whitelist, as described in Domain Whitelist Guide. If you forget, an error is logged in the Xcode console. ## Deprecated Plugin Signature Note
