[CB-3827] redirect hidden xrefs to renamed app dev guide, still to come
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/ff249f1a Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/ff249f1a Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/ff249f1a Branch: refs/heads/master Commit: ff249f1aae72b0d8f902853ccc9c576d3b4b365c Parents: d41088d Author: Mike Sierra <[email protected]> Authored: Thu Jul 18 11:17:34 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Thu Jul 18 12:15:22 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 5 ++--- docs/en/edge/guide/overview/index.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ff249f1a/docs/en/edge/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md index d7a8e80..e4f9d4f 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -146,7 +146,7 @@ Edit this application however you want, but any initialization should be specified as part of the `deviceready` event handler, referenced by default from `www/js/index.js`. <!-- XREF -(See API and Configuration Guide for details.) +(See Application Development Guide for details.) XREF --> Run the following command to iteratively build the project: @@ -207,8 +207,7 @@ add plugins that provide access to core Cordova APIs. A _plugin_ is a bit of add-on code that provides an interface to native components. You can design your own plugin interface, for example when designing a hybrid app that mixes a Cordova WebView with -native components. (See Embedding WebViews and Plugin Development -Guide for details.) More commonly, you would add a plugin to enable +native components. (See Embedding WebViews and Plugin Development Guide for details.) More commonly, you would add a plugin to enable one of Cordova's basic device-level features <!-- XREF discussed in the Application Development Guide and http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ff249f1a/docs/en/edge/guide/overview/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md index 4d1cece..8071a32 100644 --- a/docs/en/edge/guide/overview/index.md +++ b/docs/en/edge/guide/overview/index.md @@ -91,7 +91,7 @@ the CLI for progressively greater shares of the development cycle: * For supporting platforms, the CLI can compile executible applications and run them in an SDK-based device emulator. <!-- XREF - (See API and Configuration Guide for details.) + (See Application Development Guide for details.) XREF --> For comprehensive testing, you can also generate application files and install them directly on a device.
