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/19 22:24:28 UTC

[1/2] docs commit: [CB-3816] Fix paths to screenshots in CLI guide.

Updated Branches:
  refs/heads/2.9.x 7845ed0a3 -> 033f7ffd5
  refs/heads/master 2dbce2876 -> 9b637e7bc


[CB-3816] Fix paths to screenshots in CLI guide.


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

Branch: refs/heads/master
Commit: 9b637e7bca5d5032f5f1fd796eb7a7392aed7ba0
Parents: 2dbce28
Author: Mike Sierra <le...@gmail.com>
Authored: Tue Jun 18 15:22:09 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jun 19 13:23:31 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b637e7b/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 fbc7d2e..59dcb1f 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -205,7 +205,7 @@ would appear on an iPhone:
 
         $ cordova ripple ios
 
-![](./scr_ripple.png)
+![](img/guide/cli/scr_ripple.png)
 
 The _ripple_ emulator provides an outer skin that demonstrates how
 applications work with many device-level features. For example, you
@@ -221,12 +221,12 @@ establishes contact with device-level APIs, at which point an
 application can start running. Within the ripple emulator, you must
 fire the event manually:
 
-![](./scr_ripple_event.png)
+![](img/guide/cli/scr_ripple_event.png)
 
 As part of its initialization phase, The application displays a new
 log message:
 
-![](./scr_ripple_ready.png)
+![](img/guide/cli/scr_ripple_ready.png)
 
 Specifying a platform, such as `ios` or `android`, makes the
 application run under `ripple` with a user agent string and screen
@@ -235,7 +235,7 @@ __Devices__ tab at the top left to change the target device.  For
 example, here is how an application would appear on an iPad that's
 tipped to its side:
 
-![](./scr_ripple_ipad.png)
+![](img/guide/cli/scr_ripple_ipad.png)
 
 The `ripple` command is appropriate if your application responds to
 location, orientation, and varying network conditions, or else if it
@@ -266,13 +266,13 @@ For example, you may first run the `android` command to launch the
 Android SDK, then run a particular device image, which launches it
 according to its default behavior:
 
-![](cli/android_emulate_init.png)
+![](img/guide/cli/android_emulate_init.png)
 
 Following up with the `cordova emulate` command refreshes the emulator
 image to display the latest application, which is now available for
 launch from the home screen:
 
-![](cli/android_emulate_install.png)
+![](img/guide/cli/android_emulate_install.png)
 
 <!--
 


[2/2] docs commit: [CB-3816] Fix paths to screenshots in CLI guide.

Posted by mw...@apache.org.
[CB-3816] Fix paths to screenshots in CLI guide.


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

Branch: refs/heads/2.9.x
Commit: 033f7ffd510e176525db2fcddd028a9742373a4e
Parents: 7845ed0
Author: Mike Sierra <le...@gmail.com>
Authored: Tue Jun 18 15:22:09 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jun 19 13:24:05 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/033f7ffd/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 fbc7d2e..59dcb1f 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -205,7 +205,7 @@ would appear on an iPhone:
 
         $ cordova ripple ios
 
-![](./scr_ripple.png)
+![](img/guide/cli/scr_ripple.png)
 
 The _ripple_ emulator provides an outer skin that demonstrates how
 applications work with many device-level features. For example, you
@@ -221,12 +221,12 @@ establishes contact with device-level APIs, at which point an
 application can start running. Within the ripple emulator, you must
 fire the event manually:
 
-![](./scr_ripple_event.png)
+![](img/guide/cli/scr_ripple_event.png)
 
 As part of its initialization phase, The application displays a new
 log message:
 
-![](./scr_ripple_ready.png)
+![](img/guide/cli/scr_ripple_ready.png)
 
 Specifying a platform, such as `ios` or `android`, makes the
 application run under `ripple` with a user agent string and screen
@@ -235,7 +235,7 @@ __Devices__ tab at the top left to change the target device.  For
 example, here is how an application would appear on an iPad that's
 tipped to its side:
 
-![](./scr_ripple_ipad.png)
+![](img/guide/cli/scr_ripple_ipad.png)
 
 The `ripple` command is appropriate if your application responds to
 location, orientation, and varying network conditions, or else if it
@@ -266,13 +266,13 @@ For example, you may first run the `android` command to launch the
 Android SDK, then run a particular device image, which launches it
 according to its default behavior:
 
-![](cli/android_emulate_init.png)
+![](img/guide/cli/android_emulate_init.png)
 
 Following up with the `cordova emulate` command refreshes the emulator
 image to display the latest application, which is now available for
 launch from the home screen:
 
-![](cli/android_emulate_install.png)
+![](img/guide/cli/android_emulate_install.png)
 
 <!--