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/06/21 22:10:33 UTC

[4/5] docs commit: [CB-3827] Fix a handful of residual xrefs.

[CB-3827] Fix a handful of residual xrefs.


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

Branch: refs/heads/master
Commit: 3826579a9ca8bf47c438acad3b86b0721faa8169
Parents: 96f146e
Author: Mike Sierra <le...@gmail.com>
Authored: Fri Jun 21 10:22:19 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Jun 21 12:57:39 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3826579a/docs/en/edge/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/fileobj/fileobj.md b/docs/en/edge/cordova/file/fileobj/fileobj.md
index ee5f1d4..0825889 100644
--- a/docs/en/edge/cordova/file/fileobj/fileobj.md
+++ b/docs/en/edge/cordova/file/fileobj/fileobj.md
@@ -77,7 +77,7 @@ __Full Example__
     var slice3 = file.slice(120, 135);
     // slice2 and slice3 are equivalent.
 
-__Supported Platforms:__
+__Supported Platforms__
 
 - Android
 - iOS

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3826579a/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 59dcb1f..ca28310 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -32,7 +32,7 @@ various platforms' IDEs to develop them further.
 Before running any command-line tools, you need to install SDKs for
 each platform you wish to target.
 <!-- XREF
-(See Installing Platform SDKs for more details.)
+(See the Platform Guides for more details.)
 XREF -->
 
 To add support or rebuild a project for any platform, you need to run
@@ -156,7 +156,7 @@ affect the derivative set of assets, not the original cross-platform
 source files. Use this approach if you simply want to initialize a
 project.
 <!-- XREF
-(See the Platform Development Guide for information on how to develop applications within each SDK.)
+(See the Platform Guides for information on how to develop applications within each SDK.)
 XREF -->
 Read on if you wish to use command-line tools for the entire
 development cycle.
@@ -260,7 +260,7 @@ Some mobile platforms emulate a particular device by default, such as
 the iPhone for iOS projects. For other platforms, you may need to
 first associate a device with an emulator.
 <!-- XREF
-(See Installing Platform SDKs for details.)
+(See the Platform Guides for details.)
 XREF -->
 For example, you may first run the `android` command to launch the
 Android SDK, then run a particular device image, which launches it

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3826579a/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 d1e475a..a94de23 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -84,7 +84,7 @@ the CLI for progressively greater shares of the development cycle:
   additional project files required to compile within each SDK.  For
   this to work, you must install each targeted platform's SDK.
   <!-- XREF
-  (See Installing Platform SDKs for instructions.)
+  (See the Platform Guides for instructions.)
   XREF -->
   As indicated in the Platform Support table below, you may need to
   run the CLI on different operating systems depending on the targeted
@@ -103,7 +103,7 @@ At any point in the development cycle, you can also rely on
 platform-specific SDK tools, which may provide a richer set of
 options. 
 <!-- XREF
-(See Platform Development Guide for details about each platform's SDK tool set.)
+(See the Platform Guides for details about each platform's SDK tool set.)
 XREF -->
 An SDK environment is more appropriate if you want implement a hybrid
 app that mixes web-based and native application components.