You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/01 22:21:24 UTC

[04/15] docs commit: fix stray xref

fix stray xref


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2c759603
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2c759603
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2c759603

Branch: refs/heads/master
Commit: 2c75960338c885c1d3c6d2090ae0e32705c6d64d
Parents: e48fb08
Author: Mike Sierra <le...@gmail.com>
Authored: Thu Aug 1 11:47:28 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 1 13:17:53 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md      | 2 +-
 docs/en/edge/guide/overview/index.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2c759603/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 7464365..7d4c42f 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -149,7 +149,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 Application Development Guide for details.)
+(See the Application Development Guide for details.)
 XREF -->
 
 Run the following command to iteratively build the project:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2c759603/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 99df62a..e0f26e8 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -58,8 +58,8 @@ which you distribute to app stores.  For the web app to interact with
 various device features the way native apps do, it must also reference
 a `cordova.js` file, which provides API bindings.
 <!-- XREF
-(See the API Reference for an overview, and the API and Configuration
-Guide for examples of how to use them.)
+(See the API Reference for an overview, and the Application
+Development Guide for examples of how to use them.)
 XREF -->
 
 The Cordova-enabled WebView may provide the application with its