You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/21 02:23:52 UTC

[12/16] docs commit: Fixing image links in docs.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.0.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.0.0/guide/platforms/wp7/index.md b/www/docs/en/3.0.0/guide/platforms/wp7/index.md
index 27f4bf5..b35b0b1 100644
--- a/www/docs/en/3.0.0/guide/platforms/wp7/index.md
+++ b/www/docs/en/3.0.0/guide/platforms/wp7/index.md
@@ -91,7 +91,7 @@ Run the script :
 
 - Note: This screen capture was from the wp8 cordova-2.3.0 download, your listing will vary based on the actual version installed.
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## 6. Build your project for the device
 
@@ -103,7 +103,7 @@ In order to test your application on a device, the device must be registered. Cl
 
 - Press the green __play__ button next to the main drop-down menu to start debugging, or type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 ## Done!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.0.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.0.0/guide/platforms/wp8/index.md b/www/docs/en/3.0.0/guide/platforms/wp8/index.md
index e52dfa1..b00b37b 100644
--- a/www/docs/en/3.0.0/guide/platforms/wp8/index.md
+++ b/www/docs/en/3.0.0/guide/platforms/wp8/index.md
@@ -100,7 +100,7 @@ Run the script :
 
 - Give the project a name, and select __OK__.
 
-![](img/guide/platforms/wp8/StandAloneTemplate.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png)
 
 ## 4. Review the project structure
 
@@ -110,7 +110,7 @@ Run the script :
 
 - Note: This screen capture was from the cordova-2.3.0 download, your listing will vary based on the actual version installed.
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## 5. Build and Deploy to Emulator
 
@@ -118,7 +118,7 @@ Run the script :
 
 - Press the green __play__ button next to the drop-down menu to start debugging, or type __F5__.
 
-![](img/guide/platforms/wp8/BuildEmulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png)
 
 ## 6. Build your project for the device
 
@@ -130,7 +130,7 @@ In order to test your application on a device, the device must be registered. Cl
 
 - Press the green __play__ button next to the main drop-down menu to start debugging, or type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 ## Done!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/cli/index.md b/www/docs/en/3.1.0/guide/cli/index.md
index bc06657..e0e4415 100644
--- a/www/docs/en/3.1.0/guide/cli/index.md
+++ b/www/docs/en/3.1.0/guide/cli/index.md
@@ -198,13 +198,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:
 
-![](img/guide/cli/android_emulate_init.png)
+![]({{ site.baseurl }}/static/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:
 
-![](img/guide/cli/android_emulate_install.png)
+![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
 
 Alternately, you can plug the handset into your computer and test the
 app directly:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/android/index.md b/www/docs/en/3.1.0/guide/platforms/android/index.md
index 2b9a09b..e845fb0 100644
--- a/www/docs/en/3.1.0/guide/platforms/android/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/android/index.md
@@ -121,7 +121,7 @@ Once created, here's how to use the SDK to modify it:
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/android` subdirectory.
 
@@ -152,32 +152,32 @@ There are two ways to open it:
 
 * From within Eclipse, press this toolbar icon:
 
-  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png)
 
 Once open, the Android SDK Manager displays various runtime libraries:
 
-![](img/guide/platforms/android/asdk_window.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png)
 
 Choose __Tools → Manage AVDs__ (Android Virtual Devices), then
 choose any item from __Device Definitions__ in the resulting dialog
 box:
 
-![](img/guide/platforms/android/asdk_device.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png)
 
 Press __Create AVD__, optionally modifying the name, then press __OK__
 to accept the changes:
 
-![](img/guide/platforms/android/asdk_newAVD.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png)
 
 The AVD then appears in the __Android Virtual Devices__ list:
 
-![](img/guide/platforms/android/asdk_avds.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png)
 
 To open the emulator as a separate application, select the AVD and
 press __Start__. It launches much as it would on the device, with
 additional controls available for hardware buttons:
 
-![](img/guide/platforms/android/asdk_emulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png)
 
 At this point you can use the `cordova` utility to deploy the
 application to the emulator from the command line:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/blackberry10/index.md b/www/docs/en/3.1.0/guide/platforms/blackberry10/index.md
index 8fc0f49..b506455 100644
--- a/www/docs/en/3.1.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/blackberry10/index.md
@@ -106,12 +106,12 @@ the emulator before you use it to view apps.
 
 Launch the emulator image, then choose __Settings__ from the home screen:
 
-![](img/guide/platforms/blackberry10/bb_home.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png)
 
 Navigate to the __Security and Privacy → Development Mode__
 section, enable the option, and obtain the IP address:
 
-![](img/guide/platforms/blackberry10/bb_devel.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png)
 
 An additional set of command-line utilities are included when you set
 up the BlackBerry 10 platform for your project.  The following
@@ -137,7 +137,7 @@ Enable development mode and obtain the IP address as desribed in the
 emulator section above. You will also need to obtain the PIN from the
 the __Settings__ application under __About → Hardware__:
 
-![](img/guide/platforms/blackberry10/bb_pin.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_pin.png)
 
 Run the target command-line utility to associate a name with an IP
 address, device password and PIN.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/ios/index.md b/www/docs/en/3.1.0/guide/platforms/ios/index.md
index 58e90c3..c590abe 100644
--- a/www/docs/en/3.1.0/guide/platforms/ios/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/ios/index.md
@@ -86,7 +86,7 @@ Once created, you can open it from within Xcode. Double-click to open
 the `hello/platforms/ios/hello.xcodeproj` file.  The screen should
 look like this:
 
-![](img/guide/platforms/ios/helloworld_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png)
 
 ## Deploy to Emulator
 
@@ -99,14 +99,14 @@ To preview the app in the iOS emulator:
 3. Select the intended device from the toolbar's __Scheme__ menu, such
    as the iPhone 6.0 Simulator as highlighted here:
 
-   ![](img/guide/platforms/ios/select_xcode_scheme.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png)
 
 4. Press the __Run__ button that appears in the same toolbar to the
    left of the __Scheme__. That builds, deploys and runs the
    application in the emulator. A separate emulator application opens
    to display the app:
 
-   ![](img/guide/platforms/ios/HelloWorldStandard.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png)
 
    Only one emulator may run at a time, so if you want to test the app
    in a different emulator, you need to quit the emulator application
@@ -206,7 +206,7 @@ via Xcode preferences:
 2. In the __Derived Data__ section, press the __Advanced__ button and
    select __Unique__ as the __Build Location__ as shown here:
 
-   ![](img/guide/platforms/ios/xcode_build_location.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png)
 
 This is the default setting for a new Xcode install, but it may be set
 differently following an upgrade from an older version of Xcode.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/tizen/index.md b/www/docs/en/3.1.0/guide/platforms/tizen/index.md
index 9ea24f6..1e4d1e4 100644
--- a/www/docs/en/3.1.0/guide/platforms/tizen/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/tizen/index.md
@@ -53,11 +53,11 @@ Download the Tizen SDK from
     - Select one of the Tizen Cordova template (e.g: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -69,7 +69,7 @@ Download the Tizen SDK from
 
 2. Select __File → Import → Tizen Web Project__:
 
-   ![](img/guide/platforms/tizen/import_project.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png)
 
 3. Press __Next__.
 
@@ -79,17 +79,17 @@ Download the Tizen SDK from
 
 6. Press __Browse__ and select the Cordova Tizen `samples` project directory (such as `/cordova-basic`):
 
-   ![](img/guide/platforms/tizen/import_widget.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png)
 
 7. Press __Finish__. Your project should now be imported and appear in
    the __Project Explorer__ view:
 
-   ![](img/guide/platforms/tizen/project_explorer.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
 To rebuild the project, right-click in the __Project Explorer__ view
 and Select __Build Project__:
 
-![](img/guide/platforms/tizen/build_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png)
 
 A widget package file such as _hello.wgt_ should generate in the
 project's root directory.
@@ -99,7 +99,7 @@ project's root directory.
 Right-click the project in the __Project Explorer__ view and select
 __Run As → Tizen Web Simulator Application__:
 
-![](img/guide/platforms/tizen/runas_web_sim_app.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png)
 
 ## Deploy to Device
 
@@ -110,10 +110,10 @@ __Run As → Tizen Web Simulator Application__:
   deployment target: __Window → Show View → [Connection](../../../cordova/connection/connection.html)
   Explorer__.
 
-  ![](img/guide/platforms/tizen/connection_explorer.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png)
 
 * Right-click the project in the __Project Explorer__ view, then
   select __Run As & rarr; Tizen Web Application__:
 
-  ![](img/guide/platforms/tizen/runas_web_app.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/win8/index.md b/www/docs/en/3.1.0/guide/platforms/win8/index.md
index b8f7d4c..752eb26 100644
--- a/www/docs/en/3.1.0/guide/platforms/win8/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/win8/index.md
@@ -62,11 +62,11 @@ expose the same APIs as on other Cordova-supported platforms.
 
 - Select __Installed → Template → Other Languages → JavaScript → Windows Store__ from the tree, and then __Blank App__ from the projects list. Enter whatever project name you like, such as `CordovaWin8Foo` as in this example.
 
-    ![](img/guide/platforms/win8/wsnewproject.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use `default.html` as the default home page, but most web developers use `index.html`. (Plus it's likely that in the other platform variants of your project you are using `index.html` as the name of your default page.) To fix this, in Solution Explorer rename the `default.html` file to `index.html`. Then double-click the `package.appxmanifest` file and change the __Start page__ value to `index.html`.
 
-	![](img/guide/platforms/win8/wschangemanifest.png)
+	![]({{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png)
 
 - To include `cordova.js` in your project, right-click on the `js` directory in Solution Explorer and select __Add → New Item__. Locate the `cordova.js` file in the `lib\windows-8` directory noted above.
 
@@ -110,7 +110,7 @@ expose the same APIs as on other Cordova-supported platforms.
 
 - Run the project from Visual Studio. You'll see the message box appear:
 
-	![](img/guide/platforms/win8/wsalert.png)
+	![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png)
 
 ## Done!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/wp7/index.md b/www/docs/en/3.1.0/guide/platforms/wp7/index.md
index e1c3c39..53fe774 100644
--- a/www/docs/en/3.1.0/guide/platforms/wp7/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/wp7/index.md
@@ -91,7 +91,7 @@ Run the script :
 
 - Note: This screen capture was from the wp8 cordova-2.3.0 download, your listing will vary based on the actual version installed.
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## 6. Build your project for the device
 
@@ -103,7 +103,7 @@ In order to test your application on a device, the device must be registered. Cl
 
 - Press the green __play__ button next to the main drop-down menu to start debugging, or type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 ## Done!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.1.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/guide/platforms/wp8/index.md b/www/docs/en/3.1.0/guide/platforms/wp8/index.md
index c4c1045..302bdf2 100644
--- a/www/docs/en/3.1.0/guide/platforms/wp8/index.md
+++ b/www/docs/en/3.1.0/guide/platforms/wp8/index.md
@@ -100,7 +100,7 @@ Run the script :
 
 - Give the project a name, and select __OK__.
 
-![](img/guide/platforms/wp8/StandAloneTemplate.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png)
 
 ## 4. Review the project structure
 
@@ -110,7 +110,7 @@ Run the script :
 
 - Note: This screen capture was from the cordova-2.3.0 download, your listing will vary based on the actual version installed.
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## 5. Build and Deploy to Emulator
 
@@ -118,7 +118,7 @@ Run the script :
 
 - Press the green __play__ button next to the drop-down menu to start debugging, or type __F5__.
 
-![](img/guide/platforms/wp8/BuildEmulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png)
 
 ## 6. Build your project for the device
 
@@ -130,7 +130,7 @@ In order to test your application on a device, the device must be registered. Cl
 
 - Press the green __play__ button next to the main drop-down menu to start debugging, or type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 ## Done!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/cli/index.md b/www/docs/en/3.2.0/guide/cli/index.md
index 9ca95c3..537680c 100644
--- a/www/docs/en/3.2.0/guide/cli/index.md
+++ b/www/docs/en/3.2.0/guide/cli/index.md
@@ -219,13 +219,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:
 
-![](img/guide/cli/android_emulate_init.png)
+![]({{ site.baseurl }}/static/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:
 
-![](img/guide/cli/android_emulate_install.png)
+![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
 
 Alternately, you can plug the handset into your computer and test the
 app directly:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/amazonfireos/index.md b/www/docs/en/3.2.0/guide/platforms/amazonfireos/index.md
index fd0df18..a0fdd98 100644
--- a/www/docs/en/3.2.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/amazonfireos/index.md
@@ -113,7 +113,7 @@ Once created, here's how to use the SDK to modify it:
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/amazon-fireos` subdirectory.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/android/index.md b/www/docs/en/3.2.0/guide/platforms/android/index.md
index 9e83492..be2cfca 100644
--- a/www/docs/en/3.2.0/guide/platforms/android/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/android/index.md
@@ -127,7 +127,7 @@ Once created, here's how to use the SDK to modify it:
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/android` subdirectory.
 
@@ -158,32 +158,32 @@ There are two ways to open it:
 
 * From within Eclipse, press this toolbar icon:
 
-  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png)
 
 Once open, the Android SDK Manager displays various runtime libraries:
 
-![](img/guide/platforms/android/asdk_window.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png)
 
 Choose __Tools → Manage AVDs__ (Android Virtual Devices), then
 choose any item from __Device Definitions__ in the resulting dialog
 box:
 
-![](img/guide/platforms/android/asdk_device.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png)
 
 Press __Create AVD__, optionally modifying the name, then press __OK__
 to accept the changes:
 
-![](img/guide/platforms/android/asdk_newAVD.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png)
 
 The AVD then appears in the __Android Virtual Devices__ list:
 
-![](img/guide/platforms/android/asdk_avds.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png)
 
 To open the emulator as a separate application, select the AVD and
 press __Start__. It launches much as it would on the device, with
 additional controls available for hardware buttons:
 
-![](img/guide/platforms/android/asdk_emulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png)
 
 At this point you can use the `cordova` utility to deploy the
 application to the emulator from the command line:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/blackberry10/index.md b/www/docs/en/3.2.0/guide/platforms/blackberry10/index.md
index 565b71f..4dc44f3 100644
--- a/www/docs/en/3.2.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/blackberry10/index.md
@@ -103,12 +103,12 @@ enable development mode.
 
 Launch the emulator image, then choose __Settings__ from the home screen:
 
-![](img/guide/platforms/blackberry10/bb_home.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png)
 
 Navigate to the __Security and Privacy → Development Mode__
 section and enable the option:
 
-![](img/guide/platforms/blackberry10/bb_devel.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png)
 
 Then, run the `emulate` command to view the app:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/ios/index.md b/www/docs/en/3.2.0/guide/platforms/ios/index.md
index 6a543b1..1b2ff7a 100644
--- a/www/docs/en/3.2.0/guide/platforms/ios/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/ios/index.md
@@ -86,7 +86,7 @@ Once created, you can open it from within Xcode. Double-click to open
 the `hello/platforms/ios/hello.xcodeproj` file.  The screen should
 look like this:
 
-![](img/guide/platforms/ios/helloworld_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png)
 
 ## Deploy to Emulator
 
@@ -99,14 +99,14 @@ To preview the app in the iOS emulator:
 3. Select the intended device from the toolbar's __Scheme__ menu, such
    as the iPhone 6.0 Simulator as highlighted here:
 
-   ![](img/guide/platforms/ios/select_xcode_scheme.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png)
 
 4. Press the __Run__ button that appears in the same toolbar to the
    left of the __Scheme__. That builds, deploys and runs the
    application in the emulator. A separate emulator application opens
    to display the app:
 
-   ![](img/guide/platforms/ios/HelloWorldStandard.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png)
 
    Only one emulator may run at a time, so if you want to test the app
    in a different emulator, you need to quit the emulator application
@@ -206,7 +206,7 @@ via Xcode preferences:
 2. In the __Derived Data__ section, press the __Advanced__ button and
    select __Unique__ as the __Build Location__ as shown here:
 
-   ![](img/guide/platforms/ios/xcode_build_location.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png)
 
 This is the default setting for a new Xcode install, but it may be set
 differently following an upgrade from an older version of Xcode.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/tizen/index.md b/www/docs/en/3.2.0/guide/platforms/tizen/index.md
index 8df0aef..72881ea 100644
--- a/www/docs/en/3.2.0/guide/platforms/tizen/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/tizen/index.md
@@ -53,11 +53,11 @@ Download the Tizen SDK from
     - Select one of the Tizen Cordova template (e.g: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -69,7 +69,7 @@ Download the Tizen SDK from
 
 2. Select __File → Import → Tizen Web Project__:
 
-   ![](img/guide/platforms/tizen/import_project.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png)
 
 3. Press __Next__.
 
@@ -79,17 +79,17 @@ Download the Tizen SDK from
 
 6. Press __Browse__ and select the Cordova Tizen `samples` project directory (such as `/cordova-basic`):
 
-   ![](img/guide/platforms/tizen/import_widget.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png)
 
 7. Press __Finish__. Your project should now be imported and appear in
    the __Project Explorer__ view:
 
-   ![](img/guide/platforms/tizen/project_explorer.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
 To rebuild the project, right-click in the __Project Explorer__ view
 and Select __Build Project__:
 
-![](img/guide/platforms/tizen/build_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png)
 
 A widget package file such as _hello.wgt_ should generate in the
 project's root directory.
@@ -99,7 +99,7 @@ project's root directory.
 Right-click the project in the __Project Explorer__ view and select
 __Run As → Tizen Web Simulator Application__:
 
-![](img/guide/platforms/tizen/runas_web_sim_app.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png)
 
 ## Deploy to Device
 
@@ -110,10 +110,10 @@ __Run As → Tizen Web Simulator Application__:
   deployment target: __Window → Show View → [Connection](../../../cordova/connection/connection.html)
   Explorer__.
 
-  ![](img/guide/platforms/tizen/connection_explorer.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png)
 
 * Right-click the project in the __Project Explorer__ view, then
   select __Run As & rarr; Tizen Web Application__:
 
-  ![](img/guide/platforms/tizen/runas_web_app.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/win8/index.md b/www/docs/en/3.2.0/guide/platforms/win8/index.md
index c316853..1c75e33 100644
--- a/www/docs/en/3.2.0/guide/platforms/win8/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/win8/index.md
@@ -73,7 +73,7 @@ expose the same APIs as on other Cordova-supported platforms.
   App__ from the projects list. Enter whatever project name you like,
   such as `CordovaWin8Foo` as in this example:
 
-    ![](img/guide/platforms/win8/wsnewproject.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use `default.html` as the default home page,
   but most web developers use `index.html`. It's a good idea to do so,
@@ -82,7 +82,7 @@ expose the same APIs as on other Cordova-supported platforms.
   `index.html`. Then double-click the `package.appxmanifest` file and
   change the __Start page__ value to `index.html`:
 
-        ![](img/guide/platforms/win8/wschangemanifest.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png)
 
 - To include `cordova.js` in your project, right-click on the `js`
   directory in __Solution Explorer__ and select __Add → New
@@ -121,7 +121,7 @@ expose the same APIs as on other Cordova-supported platforms.
 
 Run the project from Visual Studio. You'll see the message box appear:
 
-        ![](img/guide/platforms/win8/wsalert.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png)
 
 That's it. You're now ready to build Windows Store apps with Cordova.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/wp7/index.md b/www/docs/en/3.2.0/guide/platforms/wp7/index.md
index 3521beb..fc122c0 100644
--- a/www/docs/en/3.2.0/guide/platforms/wp7/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/wp7/index.md
@@ -112,7 +112,7 @@ project, and it must be set as content.
 The following sample structure represents a 2.3.0 project, but may
 vary depending on installed version:
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## Build the Project for the Device
 
@@ -129,6 +129,6 @@ the basic steps:
 - Press the green __play__ button next to the main drop-down menu to
   start debugging, or else type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 At this point, you're done.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.2.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/guide/platforms/wp8/index.md b/www/docs/en/3.2.0/guide/platforms/wp8/index.md
index 1487327..56073be 100644
--- a/www/docs/en/3.2.0/guide/platforms/wp8/index.md
+++ b/www/docs/en/3.2.0/guide/platforms/wp8/index.md
@@ -114,7 +114,7 @@ template description.
 
 Give the project a name, and select __OK__.
 
-![](img/guide/platforms/wp8/StandAloneTemplate.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png)
 
 ## Review the Project Structure
 
@@ -126,7 +126,7 @@ project, and it must be set as content.
 The following sample structure represents a 2.3.0 project, but may
 vary depending on the installed version:
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## Build and Deploy to Emulator
 
@@ -135,7 +135,7 @@ Make sure __Windows Phone Emulator__ is selected in the main drop-down menu.
 Then press the green __play__ button next to the drop-down menu to
 start debugging, or type __F5__.
 
-![](img/guide/platforms/wp8/BuildEmulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png)
 
 ## Build the Project for the Device
 
@@ -152,7 +152,7 @@ the basic steps:
 - Press the green __play__ button next to the main drop-down menu to
   start debugging, or else type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 At this point, you're done.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/cli/index.md b/www/docs/en/3.3.0/guide/cli/index.md
index ae43d61..3cf0c9e 100644
--- a/www/docs/en/3.3.0/guide/cli/index.md
+++ b/www/docs/en/3.3.0/guide/cli/index.md
@@ -219,13 +219,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:
 
-![](img/guide/cli/android_emulate_init.png)
+![]({{ site.baseurl }}/static/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:
 
-![](img/guide/cli/android_emulate_install.png)
+![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
 
 Alternately, you can plug the handset into your computer and test the
 app directly:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/amazonfireos/index.md b/www/docs/en/3.3.0/guide/platforms/amazonfireos/index.md
index fd0df18..a0fdd98 100644
--- a/www/docs/en/3.3.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/amazonfireos/index.md
@@ -113,7 +113,7 @@ Once created, here's how to use the SDK to modify it:
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/amazon-fireos` subdirectory.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/android/index.md b/www/docs/en/3.3.0/guide/platforms/android/index.md
index 9e83492..be2cfca 100644
--- a/www/docs/en/3.3.0/guide/platforms/android/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/android/index.md
@@ -127,7 +127,7 @@ Once created, here's how to use the SDK to modify it:
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/android` subdirectory.
 
@@ -158,32 +158,32 @@ There are two ways to open it:
 
 * From within Eclipse, press this toolbar icon:
 
-  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png)
 
 Once open, the Android SDK Manager displays various runtime libraries:
 
-![](img/guide/platforms/android/asdk_window.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png)
 
 Choose __Tools → Manage AVDs__ (Android Virtual Devices), then
 choose any item from __Device Definitions__ in the resulting dialog
 box:
 
-![](img/guide/platforms/android/asdk_device.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png)
 
 Press __Create AVD__, optionally modifying the name, then press __OK__
 to accept the changes:
 
-![](img/guide/platforms/android/asdk_newAVD.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png)
 
 The AVD then appears in the __Android Virtual Devices__ list:
 
-![](img/guide/platforms/android/asdk_avds.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png)
 
 To open the emulator as a separate application, select the AVD and
 press __Start__. It launches much as it would on the device, with
 additional controls available for hardware buttons:
 
-![](img/guide/platforms/android/asdk_emulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png)
 
 At this point you can use the `cordova` utility to deploy the
 application to the emulator from the command line:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/blackberry10/index.md b/www/docs/en/3.3.0/guide/platforms/blackberry10/index.md
index 0e26c2a..e2b44e5 100644
--- a/www/docs/en/3.3.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/blackberry10/index.md
@@ -103,12 +103,12 @@ enable development mode.
 
 Launch the emulator image, then choose __Settings__ from the home screen:
 
-![](img/guide/platforms/blackberry10/bb_home.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png)
 
 Navigate to the __Security and Privacy → Development Mode__
 section and enable the option:
 
-![](img/guide/platforms/blackberry10/bb_devel.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png)
 
 Then, run the `emulate` command to view the app:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/ios/index.md b/www/docs/en/3.3.0/guide/platforms/ios/index.md
index 6a543b1..1b2ff7a 100644
--- a/www/docs/en/3.3.0/guide/platforms/ios/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/ios/index.md
@@ -86,7 +86,7 @@ Once created, you can open it from within Xcode. Double-click to open
 the `hello/platforms/ios/hello.xcodeproj` file.  The screen should
 look like this:
 
-![](img/guide/platforms/ios/helloworld_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png)
 
 ## Deploy to Emulator
 
@@ -99,14 +99,14 @@ To preview the app in the iOS emulator:
 3. Select the intended device from the toolbar's __Scheme__ menu, such
    as the iPhone 6.0 Simulator as highlighted here:
 
-   ![](img/guide/platforms/ios/select_xcode_scheme.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png)
 
 4. Press the __Run__ button that appears in the same toolbar to the
    left of the __Scheme__. That builds, deploys and runs the
    application in the emulator. A separate emulator application opens
    to display the app:
 
-   ![](img/guide/platforms/ios/HelloWorldStandard.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png)
 
    Only one emulator may run at a time, so if you want to test the app
    in a different emulator, you need to quit the emulator application
@@ -206,7 +206,7 @@ via Xcode preferences:
 2. In the __Derived Data__ section, press the __Advanced__ button and
    select __Unique__ as the __Build Location__ as shown here:
 
-   ![](img/guide/platforms/ios/xcode_build_location.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png)
 
 This is the default setting for a new Xcode install, but it may be set
 differently following an upgrade from an older version of Xcode.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/tizen/index.md b/www/docs/en/3.3.0/guide/platforms/tizen/index.md
index 8df0aef..72881ea 100644
--- a/www/docs/en/3.3.0/guide/platforms/tizen/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/tizen/index.md
@@ -53,11 +53,11 @@ Download the Tizen SDK from
     - Select one of the Tizen Cordova template (e.g: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -69,7 +69,7 @@ Download the Tizen SDK from
 
 2. Select __File → Import → Tizen Web Project__:
 
-   ![](img/guide/platforms/tizen/import_project.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png)
 
 3. Press __Next__.
 
@@ -79,17 +79,17 @@ Download the Tizen SDK from
 
 6. Press __Browse__ and select the Cordova Tizen `samples` project directory (such as `/cordova-basic`):
 
-   ![](img/guide/platforms/tizen/import_widget.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png)
 
 7. Press __Finish__. Your project should now be imported and appear in
    the __Project Explorer__ view:
 
-   ![](img/guide/platforms/tizen/project_explorer.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
 To rebuild the project, right-click in the __Project Explorer__ view
 and Select __Build Project__:
 
-![](img/guide/platforms/tizen/build_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png)
 
 A widget package file such as _hello.wgt_ should generate in the
 project's root directory.
@@ -99,7 +99,7 @@ project's root directory.
 Right-click the project in the __Project Explorer__ view and select
 __Run As → Tizen Web Simulator Application__:
 
-![](img/guide/platforms/tizen/runas_web_sim_app.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png)
 
 ## Deploy to Device
 
@@ -110,10 +110,10 @@ __Run As → Tizen Web Simulator Application__:
   deployment target: __Window → Show View → [Connection](../../../cordova/connection/connection.html)
   Explorer__.
 
-  ![](img/guide/platforms/tizen/connection_explorer.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png)
 
 * Right-click the project in the __Project Explorer__ view, then
   select __Run As & rarr; Tizen Web Application__:
 
-  ![](img/guide/platforms/tizen/runas_web_app.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/win8/index.md b/www/docs/en/3.3.0/guide/platforms/win8/index.md
index 0de07082..64d5f52 100644
--- a/www/docs/en/3.3.0/guide/platforms/win8/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/win8/index.md
@@ -73,7 +73,7 @@ expose the same APIs as on other Cordova-supported platforms.
   App__ from the projects list. Enter whatever project name you like,
   such as `CordovaWin8Foo` as in this example:
 
-    ![](img/guide/platforms/win8/wsnewproject.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use `default.html` as the default home page,
   but most web developers use `index.html`. It's a good idea to do so,
@@ -82,7 +82,7 @@ expose the same APIs as on other Cordova-supported platforms.
   `index.html`. Then double-click the `package.appxmanifest` file and
   change the __Start page__ value to `index.html`:
 
-        ![](img/guide/platforms/win8/wschangemanifest.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png)
 
 - To include `cordova.js` in your project, right-click on the `js`
   directory in __Solution Explorer__ and select __Add → New
@@ -121,7 +121,7 @@ expose the same APIs as on other Cordova-supported platforms.
 
 Run the project from Visual Studio. You'll see the message box appear:
 
-        ![](img/guide/platforms/win8/wsalert.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png)
 
 That's it. You're now ready to build Windows Store apps with Cordova.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/wp7/index.md b/www/docs/en/3.3.0/guide/platforms/wp7/index.md
index 4ef5f6e..410c7bd 100644
--- a/www/docs/en/3.3.0/guide/platforms/wp7/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/wp7/index.md
@@ -112,7 +112,7 @@ project, and it must be set as content.
 The following sample structure represents a 2.3.0 project, but may
 vary depending on installed version:
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## Build the Project for the Device
 
@@ -129,6 +129,6 @@ the basic steps:
 - Press the green __play__ button next to the main drop-down menu to
   start debugging, or else type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 At this point, you're done.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.3.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/guide/platforms/wp8/index.md b/www/docs/en/3.3.0/guide/platforms/wp8/index.md
index 07c7071..66902f9 100644
--- a/www/docs/en/3.3.0/guide/platforms/wp8/index.md
+++ b/www/docs/en/3.3.0/guide/platforms/wp8/index.md
@@ -114,7 +114,7 @@ template description.
 
 Give the project a name, and select __OK__.
 
-![](img/guide/platforms/wp8/StandAloneTemplate.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png)
 
 ## Review the Project Structure
 
@@ -126,7 +126,7 @@ project, and it must be set as content.
 The following sample structure represents a 2.3.0 project, but may
 vary depending on the installed version:
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## Build and Deploy to Emulator
 
@@ -135,7 +135,7 @@ Make sure __Windows Phone Emulator__ is selected in the main drop-down menu.
 Then press the green __play__ button next to the drop-down menu to
 start debugging, or type __F5__.
 
-![](img/guide/platforms/wp8/BuildEmulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png)
 
 ## Build the Project for the Device
 
@@ -152,7 +152,7 @@ the basic steps:
 - Press the green __play__ button next to the main drop-down menu to
   start debugging, or else type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 At this point, you're done.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/cli/index.md b/www/docs/en/3.4.0/guide/cli/index.md
index d71bb07..bcf0ec8 100644
--- a/www/docs/en/3.4.0/guide/cli/index.md
+++ b/www/docs/en/3.4.0/guide/cli/index.md
@@ -230,13 +230,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:
 
-![](img/guide/cli/android_emulate_init.png)
+![]({{ site.baseurl }}/static/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:
 
-![](img/guide/cli/android_emulate_install.png)
+![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
 
 Alternately, you can plug the handset into your computer and test the
 app directly:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/amazonfireos/index.md b/www/docs/en/3.4.0/guide/platforms/amazonfireos/index.md
index 06363d4..b5e5a6d 100644
--- a/www/docs/en/3.4.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/amazonfireos/index.md
@@ -113,7 +113,7 @@ Once created, you can use the Eclipse that comes along with the Android SDK to m
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/amazon-fireos` subdirectory.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/android/index.md b/www/docs/en/3.4.0/guide/platforms/android/index.md
index 33b1d4e..95c254e 100644
--- a/www/docs/en/3.4.0/guide/platforms/android/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/android/index.md
@@ -127,7 +127,7 @@ Once created, you can use the Eclipse that comes along with the Android SDK to m
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/android` subdirectory.
 
@@ -160,32 +160,32 @@ There are two ways to open it:
 
 * From within Eclipse, press this toolbar icon:
 
-  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png)
 
 Once open, the Android SDK Manager displays various runtime libraries:
 
-![](img/guide/platforms/android/asdk_window.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png)
 
 Choose __Tools → Manage AVDs__ (Android Virtual Devices), then
 choose any item from __Device Definitions__ in the resulting dialog
 box:
 
-![](img/guide/platforms/android/asdk_device.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png)
 
 Press __Create AVD__, optionally modifying the name, then press __OK__
 to accept the changes:
 
-![](img/guide/platforms/android/asdk_newAVD.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png)
 
 The AVD then appears in the __Android Virtual Devices__ list:
 
-![](img/guide/platforms/android/asdk_avds.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png)
 
 To open the emulator as a separate application, select the AVD and
 press __Start__. It launches much as it would on the device, with
 additional controls available for hardware buttons:
 
-![](img/guide/platforms/android/asdk_emulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png)
 
 At this point you can use the `cordova` utility to deploy the
 application to the emulator from the command line:
@@ -212,7 +212,7 @@ or you can use the [booteable utility](https://downloadcenter.intel.com/Detail_D
 After install and execute the `Intel Processor Identification Utility` over Windows, you will get the following window, 
 in order to check if your CPU supports the Virtualization Technologies:
 
-![](img/guide/platforms/android/intel_pid_util_620px.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/intel_pid_util_620px.png)
 
 In order to speed up the emulator, you need to download and install one or more `Intel x86 Atom` System Images, 
 as well as the `Intel Hardware Accelerated Execution Manager (HAXM)`.
@@ -220,7 +220,7 @@ as well as the `Intel Hardware Accelerated Execution Manager (HAXM)`.
 Open your Android SDK Manager, and select the `Intel x86 Atom` System Image, for whichever version that you want to test. Then go to `Extras` 
 and select `Intel x86 Emulator Accelerator (HAXM)`, and install those packages:
 
-![](img/guide/platforms/android/asdk_man_intel_image_haxm.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_man_intel_image_haxm.png)
 
 After download, run the Intel installer, which is available within your
 Android SDK at `extras/intel/Hardware_Accelerated_Execution_Manager`. 
@@ -229,7 +229,7 @@ __Note__:`If you have any problems installing the package, you can find more inf
 
 Once installed, in order to test it, create new a AVD  with the `CPU/ABI` set to an `Intel (Atom) x86`  Image:
 
-![](img/guide/platforms/android/asdk_new_and_dev_intel.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_new_and_dev_intel.png)
 
 If you are using `Linux-based system`, follow the instructions in the [Android Developer Site](http://developer.android.com/tools/devices/emulator.html#vm-linux).
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/blackberry10/index.md b/www/docs/en/3.4.0/guide/platforms/blackberry10/index.md
index ac09df2..209cc57 100644
--- a/www/docs/en/3.4.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/blackberry10/index.md
@@ -139,12 +139,12 @@ enable development mode.
 
 Launch the emulator image, then choose __Settings__ from the home screen:
 
-![](img/guide/platforms/blackberry10/bb_home.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png)
 
 Navigate to the __Security and Privacy → Development Mode__
 section and enable the option:
 
-![](img/guide/platforms/blackberry10/bb_devel.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png)
 
 Then, run the `emulate` command to view the app:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/ios/index.md b/www/docs/en/3.4.0/guide/platforms/ios/index.md
index 370ef08..7dd2633 100644
--- a/www/docs/en/3.4.0/guide/platforms/ios/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/ios/index.md
@@ -86,7 +86,7 @@ Once created, you can open it from within Xcode. Double-click to open
 the `hello/platforms/ios/hello.xcodeproj` file.  The screen should
 look like this:
 
-![](img/guide/platforms/ios/helloworld_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png)
 
 ## Deploy to Emulator
 
@@ -99,14 +99,14 @@ To preview the app in the iOS emulator:
 3. Select the intended device from the toolbar's __Scheme__ menu, such
    as the iPhone 6.0 Simulator as highlighted here:
 
-   ![](img/guide/platforms/ios/select_xcode_scheme.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png)
 
 4. Press the __Run__ button that appears in the same toolbar to the
    left of the __Scheme__. That builds, deploys and runs the
    application in the emulator. A separate emulator application opens
    to display the app:
 
-   ![](img/guide/platforms/ios/HelloWorldStandard.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png)
 
    Only one emulator may run at a time, so if you want to test the app
    in a different emulator, you need to quit the emulator application
@@ -206,7 +206,7 @@ via Xcode preferences:
 2. In the __Derived Data__ section, press the __Advanced__ button and
    select __Unique__ as the __Build Location__ as shown here:
 
-   ![](img/guide/platforms/ios/xcode_build_location.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png)
 
 This is the default setting for a new Xcode install, but it may be set
 differently following an upgrade from an older version of Xcode.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/tizen/index.md b/www/docs/en/3.4.0/guide/platforms/tizen/index.md
index 85343ed..00b122f 100644
--- a/www/docs/en/3.4.0/guide/platforms/tizen/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/tizen/index.md
@@ -53,11 +53,11 @@ Download the Tizen SDK from
     - Select one of the Tizen Cordova template (e.g.: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -69,7 +69,7 @@ Download the Tizen SDK from
 
 2. Select __File → Import → Tizen Web Project__:
 
-   ![](img/guide/platforms/tizen/import_project.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png)
 
 3. Press __Next__.
 
@@ -79,17 +79,17 @@ Download the Tizen SDK from
 
 6. Press __Browse__ and select the Cordova Tizen `samples` project directory (such as `/cordova-basic`):
 
-   ![](img/guide/platforms/tizen/import_widget.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png)
 
 7. Press __Finish__. Your project should now be imported and appear in
    the __Project Explorer__ view:
 
-   ![](img/guide/platforms/tizen/project_explorer.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
 To rebuild the project, right-click in the __Project Explorer__ view
 and Select __Build Project__:
 
-![](img/guide/platforms/tizen/build_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png)
 
 A widget package file such as _hello.wgt_ should generate in the
 project's root directory.
@@ -99,7 +99,7 @@ project's root directory.
 Right-click the project in the __Project Explorer__ view and select
 __Run As → Tizen Web Simulator Application__:
 
-![](img/guide/platforms/tizen/runas_web_sim_app.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png)
 
 ## Deploy to Device
 
@@ -110,10 +110,10 @@ __Run As → Tizen Web Simulator Application__:
   deployment target: __Window → Show View → Connection
   Explorer__.
 
-  ![](img/guide/platforms/tizen/connection_explorer.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png)
 
 * Right-click the project in the __Project Explorer__ view, then
   select __Run As & rarr; Tizen Web Application__:
 
-  ![](img/guide/platforms/tizen/runas_web_app.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/win8/index.md b/www/docs/en/3.4.0/guide/platforms/win8/index.md
index f093c63..537f76a 100644
--- a/www/docs/en/3.4.0/guide/platforms/win8/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/win8/index.md
@@ -73,7 +73,7 @@ expose the same APIs as on other Cordova-supported platforms.
   App__ from the projects list. Enter whatever project name you like,
   such as `CordovaWin8Foo` as in this example:
 
-    ![](img/guide/platforms/win8/wsnewproject.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use `default.html` as the default home page,
   but most web developers use `index.html`. It's a good idea to do so,
@@ -82,7 +82,7 @@ expose the same APIs as on other Cordova-supported platforms.
   `index.html`. Then double-click the `package.appxmanifest` file and
   change the __Start page__ value to `index.html`:
 
-        ![](img/guide/platforms/win8/wschangemanifest.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png)
 
 - To include `cordova.js` in your project, right-click on the `js`
   directory in __Solution Explorer__ and select __Add → New
@@ -121,7 +121,7 @@ expose the same APIs as on other Cordova-supported platforms.
 
 Run the project from Visual Studio. You'll see the message box appear:
 
-        ![](img/guide/platforms/win8/wsalert.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png)
 
 That's it. You're now ready to build Windows Store apps with Cordova.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/wp7/index.md b/www/docs/en/3.4.0/guide/platforms/wp7/index.md
index 77184ca..a98baed 100644
--- a/www/docs/en/3.4.0/guide/platforms/wp7/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/wp7/index.md
@@ -112,7 +112,7 @@ project, and it must be set as content.
 The following sample structure represents a 2.3.0 project, but may
 vary depending on installed version:
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## Build the Project for the Device
 
@@ -129,6 +129,6 @@ the basic steps:
 - Press the green __play__ button next to the main drop-down menu to
   start debugging, or else type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 At this point, you're done.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.4.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/guide/platforms/wp8/index.md b/www/docs/en/3.4.0/guide/platforms/wp8/index.md
index 12b4cfa..297d9cd 100644
--- a/www/docs/en/3.4.0/guide/platforms/wp8/index.md
+++ b/www/docs/en/3.4.0/guide/platforms/wp8/index.md
@@ -114,7 +114,7 @@ template description.
 
 Give the project a name, and select __OK__.
 
-![](img/guide/platforms/wp8/StandAloneTemplate.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png)
 
 ## Review the Project Structure
 
@@ -126,7 +126,7 @@ project, and it must be set as content.
 The following sample structure represents a 2.3.0 project, but may
 vary depending on the installed version:
 
-![](img/guide/platforms/wp8/projectStructure.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png)
 
 ## Build and Deploy to Emulator
 
@@ -135,7 +135,7 @@ Make sure __Windows Phone Emulator__ is selected in the main drop-down menu.
 Then press the green __play__ button next to the drop-down menu to
 start debugging, or type __F5__.
 
-![](img/guide/platforms/wp8/BuildEmulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png)
 
 ## Build the Project for the Device
 
@@ -152,7 +152,7 @@ the basic steps:
 - Press the green __play__ button next to the main drop-down menu to
   start debugging, or else type __F5__.
 
-![](img/guide/platforms/wp7/wpd.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png)
 
 At this point, you're done.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/cli/index.md b/www/docs/en/3.5.0/guide/cli/index.md
index 840d28f..dba1a57 100644
--- a/www/docs/en/3.5.0/guide/cli/index.md
+++ b/www/docs/en/3.5.0/guide/cli/index.md
@@ -269,13 +269,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:
 
-![](img/guide/cli/android_emulate_init.png)
+![]({{ site.baseurl }}/static/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:
 
-![](img/guide/cli/android_emulate_install.png)
+![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
 
 Alternately, you can plug the handset into your computer and test the
 app directly:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/amazonfireos/index.md b/www/docs/en/3.5.0/guide/platforms/amazonfireos/index.md
index 1b0e6af..f1fbed8 100644
--- a/www/docs/en/3.5.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/amazonfireos/index.md
@@ -173,7 +173,7 @@ Once created, you can use the Eclipse that comes along with the Android SDK to m
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/amazon-fireos` subdirectory.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/android/index.md b/www/docs/en/3.5.0/guide/platforms/android/index.md
index f63ab1b..0c66adc 100644
--- a/www/docs/en/3.5.0/guide/platforms/android/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/android/index.md
@@ -136,7 +136,7 @@ Here's how to use the SDK to modify it:
 1. Choose __Android Project from Existing Code__ from the resulting
    dialog box, and press __Next__:
 
-  ![](img/guide/platforms/android/eclipse_new_project.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 1. If you're using the CLI, navigate to the `hello` directory you
    created for the project, then to the `platforms/android`
@@ -195,32 +195,32 @@ separately from Eclipse.  There are two ways to open it:
 
 1. From within Eclipse, press this toolbar icon:
 
-  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png)
 
 Once open, the Android SDK Manager displays various runtime libraries:
 
-![](img/guide/platforms/android/asdk_window.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png)
 
 Choose __Tools → Manage AVDs__ (Android Virtual Devices), then
 choose any item from __Device Definitions__ in the resulting dialog
 box:
 
-![](img/guide/platforms/android/asdk_device.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png)
 
 Press __Create AVD__, optionally modifying the name, then press __OK__
 to accept the changes:
 
-![](img/guide/platforms/android/asdk_newAVD.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png)
 
 The AVD then appears in the __Android Virtual Devices__ list:
 
-![](img/guide/platforms/android/asdk_avds.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png)
 
 To open the emulator as a separate application, select the AVD and
 press __Start__. It launches much as it would on the device, with
 additional controls available for hardware buttons:
 
-![](img/guide/platforms/android/asdk_emulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png)
 
 ## Deploy to Emulator
 
@@ -240,7 +240,7 @@ the SDK, you can refer to each by the names you supply:
 
 This pushes the app to the home screen and launches it:
 
-![](img/guide/platforms/android/emulator2x.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/emulator2x.png)
 
 When you `run` the app, you also `build` it. You can append additional
 `--debug`, `--release`, and `--nobuild` flags to control how it is
@@ -268,7 +268,7 @@ or you can use the [booteable utility](https://downloadcenter.intel.com/Detail_D
 After install and execute the `Intel Processor Identification Utility` over Windows, you will get the following window, 
 in order to check if your CPU supports the Virtualization Technologies:
 
-![](img/guide/platforms/android/intel_pid_util_620px.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/intel_pid_util_620px.png)
 
 In order to speed up the emulator, you need to download and install one or more `Intel x86 Atom` System Images, 
 as well as the `Intel Hardware Accelerated Execution Manager (HAXM)`.
@@ -276,7 +276,7 @@ as well as the `Intel Hardware Accelerated Execution Manager (HAXM)`.
 Open your Android SDK Manager, and select the `Intel x86 Atom` System Image, for whichever version that you want to test. Then go to `Extras` 
 and select `Intel x86 Emulator Accelerator (HAXM)`, and install those packages:
 
-![](img/guide/platforms/android/asdk_man_intel_image_haxm.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/android/asdk_man_intel_image_haxm.png)
 
 After download, run the Intel installer, which is available within your
 Android SDK at `extras/intel/Hardware_Accelerated_Execution_Manager`. 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/blackberry10/index.md b/www/docs/en/3.5.0/guide/platforms/blackberry10/index.md
index bb1a23f..58b8a9a 100644
--- a/www/docs/en/3.5.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/blackberry10/index.md
@@ -157,12 +157,12 @@ enable development mode.
 
 Launch the emulator image, then choose __Settings__ from the home screen:
 
-![](img/guide/platforms/blackberry10/bb_home.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png)
 
 Navigate to the __Security and Privacy → Development Mode__
 section and enable the option:
 
-![](img/guide/platforms/blackberry10/bb_devel.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png)
 
 An additional set of command-line utilities are included when you set
 up the BlackBerry 10 platform for your project.  The following
@@ -188,7 +188,7 @@ Enable development mode and obtain the IP address as desribed in the
 emulator section above. You will also need to obtain the PIN from the
 the __Settings__ application under __About → Hardware__:
 
-![](img/guide/platforms/blackberry10/bb_pin.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_pin.png)
 
 Run the target command-line utility to associate a name with an IP
 address, device password and PIN.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/ios/index.md b/www/docs/en/3.5.0/guide/platforms/ios/index.md
index ac3db56..fb1aaf9 100644
--- a/www/docs/en/3.5.0/guide/platforms/ios/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/ios/index.md
@@ -86,7 +86,7 @@ Once created, you can open it from within Xcode. Double-click to open
 the `hello/platforms/ios/hello.xcodeproj` file.  The screen should
 look like this:
 
-![](img/guide/platforms/ios/helloworld_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png)
 
 ## Deploy to Emulator
 
@@ -99,14 +99,14 @@ To preview the app in the iOS emulator:
 3. Select the intended device from the toolbar's __Scheme__ menu, such
    as the iPhone 6.0 Simulator as highlighted here:
 
-   ![](img/guide/platforms/ios/select_xcode_scheme.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png)
 
 4. Press the __Run__ button that appears in the same toolbar to the
    left of the __Scheme__. That builds, deploys and runs the
    application in the emulator. A separate emulator application opens
    to display the app:
 
-   ![](img/guide/platforms/ios/HelloWorldStandard.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png)
 
    Only one emulator may run at a time, so if you want to test the app
    in a different emulator, you need to quit the emulator application
@@ -206,7 +206,7 @@ via Xcode preferences:
 2. In the __Derived Data__ section, press the __Advanced__ button and
    select __Unique__ as the __Build Location__ as shown here:
 
-   ![](img/guide/platforms/ios/xcode_build_location.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png)
 
 This is the default setting for a new Xcode install, but it may be set
 differently following an upgrade from an older version of Xcode.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/tizen/index.md b/www/docs/en/3.5.0/guide/platforms/tizen/index.md
index 932f8f6..86db2b5 100644
--- a/www/docs/en/3.5.0/guide/platforms/tizen/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/tizen/index.md
@@ -53,11 +53,11 @@ Download the Tizen SDK from
     - Select one of the Tizen Cordova template (e.g.: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -69,7 +69,7 @@ Download the Tizen SDK from
 
 2. Select __File → Import → Tizen Web Project__:
 
-   ![](img/guide/platforms/tizen/import_project.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png)
 
 3. Press __Next__.
 
@@ -79,17 +79,17 @@ Download the Tizen SDK from
 
 6. Press __Browse__ and select the Cordova Tizen `samples` project directory (such as `/cordova-basic`):
 
-   ![](img/guide/platforms/tizen/import_widget.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png)
 
 7. Press __Finish__. Your project should now be imported and appear in
    the __Project Explorer__ view:
 
-   ![](img/guide/platforms/tizen/project_explorer.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
 To rebuild the project, right-click in the __Project Explorer__ view
 and Select __Build Project__:
 
-![](img/guide/platforms/tizen/build_project.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png)
 
 A widget package file such as _hello.wgt_ should generate in the
 project's root directory.
@@ -99,7 +99,7 @@ project's root directory.
 Right-click the project in the __Project Explorer__ view and select
 __Run As → Tizen Web Simulator Application__:
 
-![](img/guide/platforms/tizen/runas_web_sim_app.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png)
 
 ## Deploy to Device
 
@@ -110,10 +110,10 @@ __Run As → Tizen Web Simulator Application__:
   deployment target: __Window → Show View → Connection
   Explorer__.
 
-  ![](img/guide/platforms/tizen/connection_explorer.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png)
 
 * Right-click the project in the __Project Explorer__ view, then
   select __Run As → Tizen Web Application__:
 
-  ![](img/guide/platforms/tizen/runas_web_app.png)
+  ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/win8/index.md b/www/docs/en/3.5.0/guide/platforms/win8/index.md
index 0cc38b8..0485219 100644
--- a/www/docs/en/3.5.0/guide/platforms/win8/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/win8/index.md
@@ -107,7 +107,7 @@ Plugins.
 Install the _Ultimate_, _Premium_, or _Professional_ 2013 editions of
 [Visual Studio](http://www.visualstudio.com/downloads).
 
-![](img/guide/platforms/win8/win8_installSDK.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_installSDK.png)
 
 ## Create a New Project
 
@@ -160,24 +160,24 @@ Visual Studio. The various `build` commands generate a Visual Studio
 Solution (_.sln_) file. Open the file in the File Explorer to modify
 the project within Visual Studio:
 
-![](img/guide/platforms/win8/win8_sdk_openSLN.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_openSLN.png)
 
 The `CordovaApp` component displays within the solution, and its `www`
 directory contains the web-based source code, including the
 `index.html` home page:
 
-![](img/guide/platforms/win8/win8_sdk.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk.png)
 
 The controls below Visual Studio's main menu allow you to test or
 deploy the app:
 
-![](img/guide/platforms/win8/win8_sdk_deploy.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_deploy.png)
 
 With __Local Machine__ selected, press the green arrow to install the
 app on the same machine running Visual Studio. Once you do so, the app
 appears in Windows 8's app listings:
 
-![](img/guide/platforms/win8/win8_sdk_runApp.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_runApp.png)
 
 Each time you rebuild the app, the version available in the interface
 is refreshed.
@@ -185,18 +185,18 @@ is refreshed.
 Once available in the app listings, holding down the __CTRL__ key
 while selecting the app allows you to pin it to the main screen:
 
-![](img/guide/platforms/win8/win8_sdk_runHome.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_runHome.png)
 
 Note that if you open the app within a virtual machine environment,
 you may need to click in the corners or along the sides of the windows
 to switch apps or access additional functionality:
 
-![](img/guide/platforms/win8/win8_sdk_run.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_run.png)
 
 Alternately, choose the __Simulator__ deployment option to view the
 app as if it were running on a tablet device:
 
-![](img/guide/platforms/win8/win8_sdk_sim.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_sim.png)
 
 Unlike desktop deployment, this option allows you to simulate the
 tablet's orientation, location, and vary its network settings.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/wp8/index.md b/www/docs/en/3.5.0/guide/platforms/wp8/index.md
index c58f6e7..3a02ccd 100644
--- a/www/docs/en/3.5.0/guide/platforms/wp8/index.md
+++ b/www/docs/en/3.5.0/guide/platforms/wp8/index.md
@@ -129,7 +129,7 @@ __Downloads__ area of
 [dev.windowsphone.com](https://dev.windowsphone.com/en-us/downloadsdk).
 You may also install more recent emulator update packages.
 
-![](img/guide/platforms/wp8/wp8_downloadSDK.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_downloadSDK.png)
 
 ## Create a New Project
 
@@ -196,19 +196,19 @@ home screen, navigate to the apps panel to launch the __HelloWorld__
 app. This shows the app launching with its splash screen followed by
 its main interface:
 
-![](img/guide/platforms/wp8/wp8_emulator.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_emulator.png)
 
 The emulator's basic controls on the top-right of the device screen
 allow you to toggle between portrait and landscape orientation. The
 __>>__ button opens more controls that allow you to test more complex
 orientations and gestures:
 
-![](img/guide/platforms/wp8/wp8_emulator_orient.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_emulator_orient.png)
 
 These advanced controls also allow you to modify the device's
 location or to simulate sequences of movements:
 
-![](img/guide/platforms/wp8/wp8_emulator_loc.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_emulator_loc.png)
 
 ## Deploy to Device
 
@@ -241,7 +241,7 @@ project's `www` directory. Along with other tools the SDK provides,
 the control below the menu allows you to launch the app in a Windows
 Phone emulator:
 
-![](img/guide/platforms/wp8/wp8_vs.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_vs.png)
 
 Consult the [Overview](../../overview/index.html) for advice on how to use Cordova's command-line
 tools or the SDK in your workflow. The Cordova CLI relies on

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/wp8/parallels.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/wp8/parallels.md b/www/docs/en/3.5.0/guide/platforms/wp8/parallels.md
index 788b164..582060b 100644
--- a/www/docs/en/3.5.0/guide/platforms/wp8/parallels.md
+++ b/www/docs/en/3.5.0/guide/platforms/wp8/parallels.md
@@ -37,13 +37,13 @@ Desktop. After installing Windows, follow these steps:
    Specify at least 2GB of memory, even if it falls outside the
    recommended range:
 
-   ![](img/guide/platforms/wp8/parallel_cpu_opts.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/wp8/parallel_cpu_opts.png)
 
 1. To be able to run the device emulator image within the Windows 8
    virtual machine, choose the __Optimizations__ options and enable
    __Nested Virtualization__.
 
-   ![](img/guide/platforms/wp8/parallel_optimize_opts.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/wp8/parallel_optimize_opts.png)
 
 Once you complete these steps, you are ready to install the Windows
 Phone SDK.  See the [Windows Phone Platform Guide](index.html) for details.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.5.0/guide/platforms/wp8/vmware.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/guide/platforms/wp8/vmware.md b/www/docs/en/3.5.0/guide/platforms/wp8/vmware.md
index 776ef04..79f3d23 100644
--- a/www/docs/en/3.5.0/guide/platforms/wp8/vmware.md
+++ b/www/docs/en/3.5.0/guide/platforms/wp8/vmware.md
@@ -37,7 +37,7 @@ Fusion.  After installing Windows, follow these steps:
    to specify _two_ processor cores, and to __Enable hypervisor
    applications in this Virtual machine__:
 
-   ![](img/guide/platforms/wp8/vmware_memory_opts.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/wp8/vmware_memory_opts.png)
 
    The Windows Phone Emulator alone uses half a megabyte of memory, so
    overall you should reserve at least 2GB for VMWare.
@@ -45,7 +45,7 @@ Fusion.  After installing Windows, follow these steps:
 1. Choose the __Advanced__ settings. Enable the __Preferred
    virtualization engine: Intel VT-x with EPT__ option:
 
-   ![](img/guide/platforms/wp8/vmware_advanced_opts.png)
+   ![]({{ site.baseurl }}/static/img/guide/platforms/wp8/vmware_advanced_opts.png)
 
 1. Modify the _.vmx_ file to add or modify the following settings:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.6.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.6.0/guide/cli/index.md b/www/docs/en/3.6.0/guide/cli/index.md
index 077279f..f23e40e 100644
--- a/www/docs/en/3.6.0/guide/cli/index.md
+++ b/www/docs/en/3.6.0/guide/cli/index.md
@@ -270,13 +270,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:
 
-![](img/guide/cli/android_emulate_init.png)
+![]({{ site.baseurl }}/static/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:
 
-![](img/guide/cli/android_emulate_install.png)
+![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
 
 Alternately, you can plug the handset into your computer and test the
 app directly:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/en/3.6.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.6.0/guide/platforms/amazonfireos/index.md b/www/docs/en/3.6.0/guide/platforms/amazonfireos/index.md
index 536a25d..b44c6b4 100644
--- a/www/docs/en/3.6.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/en/3.6.0/guide/platforms/amazonfireos/index.md
@@ -172,7 +172,7 @@ Once created, you can use the Eclipse that comes along with the Android SDK to m
 * Select the __New Project__ menu item.
 
 * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__:
-    ![](img/guide/platforms/android/eclipse_new_project.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png)
 
 * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/amazon-fireos` subdirectory.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org