You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by js...@apache.org on 2014/08/15 22:08:46 UTC

[2/3] Fix getting-started image references for 1.5 .. 2.9

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.2.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/bada/index.md b/docs/en/2.2.0/guide/getting-started/bada/index.md
index aa68e52..030842d 100644
--- a/docs/en/2.2.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.2.0/guide/getting-started/bada/index.md
@@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and
 - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Make sure "Select root directory is checked" and then click Browse
 - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Click "Finish"
 
-    ![](img/guide/getting-started/bada/bada_project.png)
+    ![](img/guide/platforms/bada/bada_project.png)
  
 4. Hello World
 --------------
@@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Bada 2.x**: Right click on your project s folder and select Run As -> bada Emulator Web Application 
     
-    ![](img/guide/getting-started/bada/bada_1_run.png)
+    ![](img/guide/platforms/bada/bada_1_run.png)
 
 - **Bada 1.2**: Right click on your project' folder and select Build configurations -> Set Active -> Simulator-Debug
 
-    ![](img/guide/getting-started/bada/bada_set_target.png)
+    ![](img/guide/platforms/bada/bada_set_target.png)
 
 - Right click on your project's folder and select Run As -> bada Simulator Application. You need to close the emulator every time you update your app!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.2.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/ios/index.md b/docs/en/2.2.0/guide/getting-started/ios/index.md
index 83f003b..ef32549 100644
--- a/docs/en/2.2.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.2.0/guide/getting-started/ios/index.md
@@ -59,7 +59,7 @@ Create a New Project
         <package_name> is the package name, following reverse-domain style convention
         <project_name> is the project name
         
-    ![](img/guide/getting-started/ios/bin_create_project.png)
+    ![](img/guide/platforms/ios/bin_create_project.png)
 
 
 - **Locate** your new project folder that you just created
@@ -79,7 +79,7 @@ Deploy to Simulator
 - Change the **Target** in the **Scheme** drop-down menu on the toolbar to **"HelloWorld"** (your project name)
 - Change the **Active SDK** in the **Scheme** drop-down menu on the toolbar to **iOS [version] Simulator**
 
-    ![](img/guide/getting-started/ios/active_scheme_simulator.png)
+    ![](img/guide/platforms/ios/active_scheme_simulator.png)
 
 - Select the **Run** button in your project window's toolbar
 
@@ -93,7 +93,7 @@ Deploy to Device
 - Change the **Active SDK** in the Scheme drop-down menu on the toolbar to **[Your Device Name]**
     - You will need to have your device connected via USB
 
-    ![](img/guide/getting-started/ios/active_scheme_device.png)
+    ![](img/guide/platforms/ios/active_scheme_device.png)
     
 - Select the **Run** button in your project window's toolbar
 
@@ -101,7 +101,7 @@ Results
 ----------------
 - You should see the screen below, with a pulsating green **"device is ready"** message
 
-    ![](img/guide/getting-started/ios/HelloWorldStandard.png)
+    ![](img/guide/platforms/ios/HelloWorldStandard.png)
     
 Problems in Xcode
 ----------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.2.0/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/tizen/index.md b/docs/en/2.2.0/guide/getting-started/tizen/index.md
index b77906f..3d2bbf1 100644
--- a/docs/en/2.2.0/guide/getting-started/tizen/index.md
+++ b/docs/en/2.2.0/guide/getting-started/tizen/index.md
@@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and
     - Launch Tizen Eclipse IDE
     - Select  **File** -> **Import** -> **Tizen Web Project**
 
-    ![](img/guide/getting-started/tizen/import_project.png)
+    ![](img/guide/platforms/tizen/import_project.png)
 
     - Click **Next**
     - Make sure that **Select root directory** is checked
@@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and
     - Click **Browse**
     - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it
 
-    ![](img/guide/getting-started/tizen/import_widget.png)
+    ![](img/guide/platforms/tizen/import_widget.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been imported and appear **Project Explorer** view
 
@@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and
     - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**)
     - Fill-up the **Project name** and its target **Location**
 
-    ![](img/guide/getting-started/tizen/project_template.png)
+    ![](img/guide/platforms/tizen/project_template.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been created and appear **Project Explorer** view
 
@@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and
 
     - **Right Click** your project in the **Project Explorer** view and Select **Build Project**
 
-    ![](img/guide/getting-started/tizen/build_project.png)
+    ![](img/guide/platforms/tizen/build_project.png)
 
     - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`)
 
@@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_sim_app.png)
+    ![](img/guide/platforms/tizen/runas_web_sim_app.png)
 
 5B. Deploy to Device/Emulator
 --------------------
@@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and
 - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly)
 - Select your application deployement target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** )
 
-    ![](img/guide/getting-started/tizen/connection_explorer.png)
+    ![](img/guide/platforms/tizen/connection_explorer.png)
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_app.png)
+    ![](img/guide/platforms/tizen/runas_web_app.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.2.0/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/windows-8/index.md b/docs/en/2.2.0/guide/getting-started/windows-8/index.md
index a52d545..dfc65bb 100644
--- a/docs/en/2.2.0/guide/getting-started/windows-8/index.md
+++ b/docs/en/2.2.0/guide/getting-started/windows-8/index.md
@@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 - Open Visual Studio 2012 and choose **New Project**.
 - 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. We're using **CordovaWin8Foo** in this guide.
 
-    ![](img/guide/getting-started/windows-8/wsnewproject.png)
+    ![](img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open 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/getting-started/windows-8/wschangemanifest.png)
+	![](img/guide/platforms/win8/wschangemanifest.png)
 
 - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **corvoda.js** file in the **lib\windows-8** folder that we called out previously. 
 
@@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 
 - Run the project from Visual Studio. You'll see the message box appear.
 
-	![](img/guide/getting-started/windows-8/wsalert.png)
+	![](img/guide/platforms/win8/wsalert.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.2.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/windows-phone/index.md b/docs/en/2.2.0/guide/getting-started/windows-phone/index.md
index 0549255..3e01721 100644
--- a/docs/en/2.2.0/guide/getting-started/windows-phone/index.md
+++ b/docs/en/2.2.0/guide/getting-started/windows-phone/index.md
@@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
-    ![](img/guide/getting-started/windows-phone/wpnewproj.png)
+    ![](img/guide/platforms/wp7/wpnewproj.png)
 
  
 4. Review the project structure
@@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-    ![](img/guide/getting-started/windows-phone/wp7projectstructure.png)
+    ![](img/guide/platforms/wp7/wp7projectstructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone/wprun.png)
-    ![](img/guide/getting-started/windows-phone/wpfirstrun.png)
+    ![](img/guide/platforms/wp7/wprun.png)
+    ![](img/guide/platforms/wp7/wpfirstrun.png)
 
 
 6. Build your project for the device
@@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone/wpd.png)
+    ![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/android/index.md b/docs/en/2.3.0/guide/getting-started/android/index.md
index 5792742..8d2ef09 100644
--- a/docs/en/2.3.0/guide/getting-started/android/index.md
+++ b/docs/en/2.3.0/guide/getting-started/android/index.md
@@ -93,7 +93,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t
         <project_name> is the project name, e.g. YourApp (Must not contain spaces)
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/eclipse_new_project.png)
+    ![](img/guide/platforms/android/eclipse_new_project.png)
 - Select the directory you used for `<project_folder_path>`
 - Click Finish.
 
@@ -115,7 +115,7 @@ If your project has a red X indicating there is a problem follow these additiona
 **Note: For a faster experience, use an Intel-based emulator image:**
 
 - Open the Android SDK Manager
-  ![](img/guide/getting-started/android/eclipse_android_sdk_button.png)
+  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
 - Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras).
 - Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK
 - Create a new AVD with the Target set to an Intel image.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/bada/index.md b/docs/en/2.3.0/guide/getting-started/bada/index.md
index d02291d..749edf8 100644
--- a/docs/en/2.3.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.3.0/guide/getting-started/bada/index.md
@@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and
 - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Make sure "Select root directory is checked" and then click Browse
 - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Click "Finish"
 
-    ![](img/guide/getting-started/bada/bada_project.png)
+    ![](img/guide/platforms/bada/bada_project.png)
  
 4. Hello World
 --------------
@@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Bada 2.x**: Right click on your project s folder and select Run As -&gt; bada Emulator Web Application 
     
-    ![](img/guide/getting-started/bada/bada_1_run.png)
+    ![](img/guide/platforms/bada/bada_1_run.png)
 
 - **Bada 1.2**: Right click on your project&apos; folder and select Build configurations -&gt; Set Active -&gt; Simulator-Debug
 
-    ![](img/guide/getting-started/bada/bada_set_target.png)
+    ![](img/guide/platforms/bada/bada_set_target.png)
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/ios/index.md b/docs/en/2.3.0/guide/getting-started/ios/index.md
index d3dd5f6..dfeec5e 100644
--- a/docs/en/2.3.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.3.0/guide/getting-started/ios/index.md
@@ -83,7 +83,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 3. In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary.   Highlight the bin directory as shown:
 
-  ![](img/guide/getting-started/ios/bin_dir_listing.png)
+  ![](img/guide/platforms/ios/bin_dir_listing.png)
 
   **Note:** This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed.
 
@@ -111,7 +111,7 @@ Determine where on your system you will locate the Xcode project files for your
   In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command:
   
  `./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld`
 
-  ![](img/guide/getting-started/ios/create.png)
+  ![](img/guide/platforms/ios/create.png)
 
   3. Fix Common Problems
 
@@ -149,13 +149,13 @@ Determine where on your system you will locate the Xcode project files for your
 
   Your screen should look similar to:
 
-![](img/guide/getting-started/ios/helloworld_project.png)
+![](img/guide/platforms/ios/helloworld_project.png)
   **Note:** this screen capture shows a project that was created with the name as HelloWorld23.   

 ### Deploy to the Simulator
 
   1. In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target.  

   2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown:  

-![](img/guide/getting-started/ios/select_xcode_scheme.png)
+![](img/guide/platforms/ios/select_xcode_scheme.png)
 
   3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. 

 
@@ -185,7 +185,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   The running HelloWorld app is shown below.  The Device is Ready line should be slowly pulsating.
 
-  ![](img/guide/getting-started/ios/HelloWorldStandard.png)
+  ![](img/guide/platforms/ios/HelloWorldStandard.png)
 
 ## Common Problems
 
@@ -232,7 +232,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   1.  Within the Xcode menus select **Xcode>Preferences>Locations**. 

   2. In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: 

-![](img/guide/getting-started/ios/xcode_build_location.png)
+![](img/guide/platforms/ios/xcode_build_location.png)
 
   This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/tizen/index.md b/docs/en/2.3.0/guide/getting-started/tizen/index.md
index a45895e..4618a03 100644
--- a/docs/en/2.3.0/guide/getting-started/tizen/index.md
+++ b/docs/en/2.3.0/guide/getting-started/tizen/index.md
@@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and
     - Launch Tizen Eclipse IDE
     - Select  **File** -> **Import** -> **Tizen Web Project**
 
-    ![](img/guide/getting-started/tizen/import_project.png)
+    ![](img/guide/platforms/tizen/import_project.png)
 
     - Click **Next**
     - Make sure that **Select root directory** is checked
@@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and
     - Click **Browse**
     - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it
 
-    ![](img/guide/getting-started/tizen/import_widget.png)
+    ![](img/guide/platforms/tizen/import_widget.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been imported and appear **Project Explorer** view
 
@@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and
     - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**)
     - Fill-up the **Project name** and its target **Location**
 
-    ![](img/guide/getting-started/tizen/project_template.png)
+    ![](img/guide/platforms/tizen/project_template.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been created and appear **Project Explorer** view
 
@@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and
 
     - **Right Click** your project in the **Project Explorer** view and Select **Build Project**
 
-    ![](img/guide/getting-started/tizen/build_project.png)
+    ![](img/guide/platforms/tizen/build_project.png)
 
     - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`)
 
@@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_sim_app.png)
+    ![](img/guide/platforms/tizen/runas_web_sim_app.png)
 
 5B. Deploy to Device/Emulator
 --------------------
@@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and
 - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly)
 - Select your application deployment target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** )
 
-    ![](img/guide/getting-started/tizen/connection_explorer.png)
+    ![](img/guide/platforms/tizen/connection_explorer.png)
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_app.png)
+    ![](img/guide/platforms/tizen/runas_web_app.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/windows-8/index.md b/docs/en/2.3.0/guide/getting-started/windows-8/index.md
index 1c2a6ad..dadce87 100644
--- a/docs/en/2.3.0/guide/getting-started/windows-8/index.md
+++ b/docs/en/2.3.0/guide/getting-started/windows-8/index.md
@@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 - Open Visual Studio 2012 and choose **New Project**.
 - 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. We're using **CordovaWin8Foo** in this guide.
 
-    ![](img/guide/getting-started/windows-8/wsnewproject.png)
+    ![](img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open 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/getting-started/windows-8/wschangemanifest.png)
+	![](img/guide/platforms/win8/wschangemanifest.png)
 
 - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **cordova.js** file in the **lib\windows-8** folder that we called out previously. 
 
@@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 
 - Run the project from Visual Studio. You'll see the message box appear.
 
-	![](img/guide/getting-started/windows-8/wsalert.png)
+	![](img/guide/platforms/win8/wsalert.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/windows-phone-7/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.3.0/guide/getting-started/windows-phone-7/index.md
index e865178..edab0b9 100644
--- a/docs/en/2.3.0/guide/getting-started/windows-phone-7/index.md
+++ b/docs/en/2.3.0/guide/getting-started/windows-phone-7/index.md
@@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
-    ![](img/guide/getting-started/windows-phone-7/wpnewproj.png)
+    ![](img/guide/platforms/wp7/wpnewproj.png)
 
  
 4. Review the project structure
@@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-    ![](img/guide/getting-started/windows-phone-7/wp7projectstructure.png)
+    ![](img/guide/platforms/wp7/wp7projectstructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wprun.png)
-    ![](img/guide/getting-started/windows-phone-7/wpfirstrun.png)
+    ![](img/guide/platforms/wp7/wprun.png)
+    ![](img/guide/platforms/wp7/wpfirstrun.png)
 
 
 6. Build your project for the device
@@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wpd.png)
+    ![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.3.0/guide/getting-started/windows-phone-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.3.0/guide/getting-started/windows-phone-8/index.md
index 8229366..c5e5218 100644
--- a/docs/en/2.3.0/guide/getting-started/windows-phone-8/index.md
+++ b/docs/en/2.3.0/guide/getting-started/windows-phone-8/index.md
@@ -90,8 +90,8 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Select **CordovaWP8AppFull** or **CordovaWP8AppStandalone**. ( the version number will be displayed in the template description )
 - Give your project a name, and select OK.
 
-![](img/guide/getting-started/windows-phone-8/FullTemplate.png)
-![](img/guide/getting-started/windows-phone-8/StandAloneTemplate.png)
+![](img/guide/platforms/wp8/FullTemplate.png)
+![](img/guide/platforms/wp8/StandAloneTemplate.png)
 
  
 4. Review the project structure
@@ -100,7 +100,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-![](img/guide/getting-started/windows-phone-8/projectStructure.png)
+![](img/guide/platforms/wp8/projectStructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -109,7 +109,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-8/BuildEmulator.png)
+![](img/guide/platforms/wp8/BuildEmulator.png)
 
 
 6. Build your project for the device
@@ -121,7 +121,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-7/wpd.png)
+![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/android/index.md b/docs/en/2.4.0/guide/getting-started/android/index.md
index 5792742..8d2ef09 100644
--- a/docs/en/2.4.0/guide/getting-started/android/index.md
+++ b/docs/en/2.4.0/guide/getting-started/android/index.md
@@ -93,7 +93,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t
         <project_name> is the project name, e.g. YourApp (Must not contain spaces)
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/eclipse_new_project.png)
+    ![](img/guide/platforms/android/eclipse_new_project.png)
 - Select the directory you used for `<project_folder_path>`
 - Click Finish.
 
@@ -115,7 +115,7 @@ If your project has a red X indicating there is a problem follow these additiona
 **Note: For a faster experience, use an Intel-based emulator image:**
 
 - Open the Android SDK Manager
-  ![](img/guide/getting-started/android/eclipse_android_sdk_button.png)
+  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
 - Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras).
 - Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK
 - Create a new AVD with the Target set to an Intel image.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/bada/index.md b/docs/en/2.4.0/guide/getting-started/bada/index.md
index d02291d..749edf8 100644
--- a/docs/en/2.4.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.4.0/guide/getting-started/bada/index.md
@@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and
 - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Make sure "Select root directory is checked" and then click Browse
 - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Click "Finish"
 
-    ![](img/guide/getting-started/bada/bada_project.png)
+    ![](img/guide/platforms/bada/bada_project.png)
  
 4. Hello World
 --------------
@@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Bada 2.x**: Right click on your project s folder and select Run As -&gt; bada Emulator Web Application 
     
-    ![](img/guide/getting-started/bada/bada_1_run.png)
+    ![](img/guide/platforms/bada/bada_1_run.png)
 
 - **Bada 1.2**: Right click on your project&apos; folder and select Build configurations -&gt; Set Active -&gt; Simulator-Debug
 
-    ![](img/guide/getting-started/bada/bada_set_target.png)
+    ![](img/guide/platforms/bada/bada_set_target.png)
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/ios/index.md b/docs/en/2.4.0/guide/getting-started/ios/index.md
index 794f036..2dbb467 100644
--- a/docs/en/2.4.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.4.0/guide/getting-started/ios/index.md
@@ -83,7 +83,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 3. In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary.   Highlight the bin directory as shown:
 
-  ![](img/guide/getting-started/ios/bin_dir_listing.png)
+  ![](img/guide/platforms/ios/bin_dir_listing.png)
 
   **Note:** This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed.
 
@@ -111,7 +111,7 @@ Determine where on your system you will locate the Xcode project files for your
   In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command:
   
  `./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld`
 
-  ![](img/guide/getting-started/ios/create.png)
+  ![](img/guide/platforms/ios/create.png)
 
   3. Fix Common Problems
 
@@ -149,13 +149,13 @@ Determine where on your system you will locate the Xcode project files for your
 
   Your screen should look similar to:
 
-![](img/guide/getting-started/ios/helloworld_project.png)
+![](img/guide/platforms/ios/helloworld_project.png)
   **Note:** this screen capture shows a project that was created with the name as HelloWorld23.   

 ### Deploy to the Simulator
 
   1. In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target.  

   2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown:  

-![](img/guide/getting-started/ios/select_xcode_scheme.png)
+![](img/guide/platforms/ios/select_xcode_scheme.png)
 
   3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. 

 
@@ -185,7 +185,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   The running HelloWorld app is shown below.  The Device is Ready line should be slowly pulsating.
 
-  ![](img/guide/getting-started/ios/HelloWorldStandard.png)
+  ![](img/guide/platforms/ios/HelloWorldStandard.png)
 
 ## Common Problems
 
@@ -232,7 +232,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   1.  Within the Xcode menus select **Xcode>Preferences>Locations**. 

   2. In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: 

-![](img/guide/getting-started/ios/xcode_build_location.png)
+![](img/guide/platforms/ios/xcode_build_location.png)
 
   This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/tizen/index.md b/docs/en/2.4.0/guide/getting-started/tizen/index.md
index a45895e..4618a03 100644
--- a/docs/en/2.4.0/guide/getting-started/tizen/index.md
+++ b/docs/en/2.4.0/guide/getting-started/tizen/index.md
@@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and
     - Launch Tizen Eclipse IDE
     - Select  **File** -> **Import** -> **Tizen Web Project**
 
-    ![](img/guide/getting-started/tizen/import_project.png)
+    ![](img/guide/platforms/tizen/import_project.png)
 
     - Click **Next**
     - Make sure that **Select root directory** is checked
@@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and
     - Click **Browse**
     - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it
 
-    ![](img/guide/getting-started/tizen/import_widget.png)
+    ![](img/guide/platforms/tizen/import_widget.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been imported and appear **Project Explorer** view
 
@@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and
     - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**)
     - Fill-up the **Project name** and its target **Location**
 
-    ![](img/guide/getting-started/tizen/project_template.png)
+    ![](img/guide/platforms/tizen/project_template.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been created and appear **Project Explorer** view
 
@@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and
 
     - **Right Click** your project in the **Project Explorer** view and Select **Build Project**
 
-    ![](img/guide/getting-started/tizen/build_project.png)
+    ![](img/guide/platforms/tizen/build_project.png)
 
     - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`)
 
@@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_sim_app.png)
+    ![](img/guide/platforms/tizen/runas_web_sim_app.png)
 
 5B. Deploy to Device/Emulator
 --------------------
@@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and
 - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly)
 - Select your application deployment target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** )
 
-    ![](img/guide/getting-started/tizen/connection_explorer.png)
+    ![](img/guide/platforms/tizen/connection_explorer.png)
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_app.png)
+    ![](img/guide/platforms/tizen/runas_web_app.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/windows-8/index.md b/docs/en/2.4.0/guide/getting-started/windows-8/index.md
index 1c2a6ad..dadce87 100644
--- a/docs/en/2.4.0/guide/getting-started/windows-8/index.md
+++ b/docs/en/2.4.0/guide/getting-started/windows-8/index.md
@@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 - Open Visual Studio 2012 and choose **New Project**.
 - 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. We're using **CordovaWin8Foo** in this guide.
 
-    ![](img/guide/getting-started/windows-8/wsnewproject.png)
+    ![](img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open 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/getting-started/windows-8/wschangemanifest.png)
+	![](img/guide/platforms/win8/wschangemanifest.png)
 
 - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **cordova.js** file in the **lib\windows-8** folder that we called out previously. 
 
@@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 
 - Run the project from Visual Studio. You'll see the message box appear.
 
-	![](img/guide/getting-started/windows-8/wsalert.png)
+	![](img/guide/platforms/win8/wsalert.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/windows-phone-7/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.4.0/guide/getting-started/windows-phone-7/index.md
index e865178..edab0b9 100644
--- a/docs/en/2.4.0/guide/getting-started/windows-phone-7/index.md
+++ b/docs/en/2.4.0/guide/getting-started/windows-phone-7/index.md
@@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
-    ![](img/guide/getting-started/windows-phone-7/wpnewproj.png)
+    ![](img/guide/platforms/wp7/wpnewproj.png)
 
  
 4. Review the project structure
@@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-    ![](img/guide/getting-started/windows-phone-7/wp7projectstructure.png)
+    ![](img/guide/platforms/wp7/wp7projectstructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wprun.png)
-    ![](img/guide/getting-started/windows-phone-7/wpfirstrun.png)
+    ![](img/guide/platforms/wp7/wprun.png)
+    ![](img/guide/platforms/wp7/wpfirstrun.png)
 
 
 6. Build your project for the device
@@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wpd.png)
+    ![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.4.0/guide/getting-started/windows-phone-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.4.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.4.0/guide/getting-started/windows-phone-8/index.md
index 8229366..c5e5218 100644
--- a/docs/en/2.4.0/guide/getting-started/windows-phone-8/index.md
+++ b/docs/en/2.4.0/guide/getting-started/windows-phone-8/index.md
@@ -90,8 +90,8 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Select **CordovaWP8AppFull** or **CordovaWP8AppStandalone**. ( the version number will be displayed in the template description )
 - Give your project a name, and select OK.
 
-![](img/guide/getting-started/windows-phone-8/FullTemplate.png)
-![](img/guide/getting-started/windows-phone-8/StandAloneTemplate.png)
+![](img/guide/platforms/wp8/FullTemplate.png)
+![](img/guide/platforms/wp8/StandAloneTemplate.png)
 
  
 4. Review the project structure
@@ -100,7 +100,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-![](img/guide/getting-started/windows-phone-8/projectStructure.png)
+![](img/guide/platforms/wp8/projectStructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -109,7 +109,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-8/BuildEmulator.png)
+![](img/guide/platforms/wp8/BuildEmulator.png)
 
 
 6. Build your project for the device
@@ -121,7 +121,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-7/wpd.png)
+![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/android/index.md b/docs/en/2.5.0/guide/getting-started/android/index.md
index 5792742..8d2ef09 100644
--- a/docs/en/2.5.0/guide/getting-started/android/index.md
+++ b/docs/en/2.5.0/guide/getting-started/android/index.md
@@ -93,7 +93,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t
         <project_name> is the project name, e.g. YourApp (Must not contain spaces)
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/eclipse_new_project.png)
+    ![](img/guide/platforms/android/eclipse_new_project.png)
 - Select the directory you used for `<project_folder_path>`
 - Click Finish.
 
@@ -115,7 +115,7 @@ If your project has a red X indicating there is a problem follow these additiona
 **Note: For a faster experience, use an Intel-based emulator image:**
 
 - Open the Android SDK Manager
-  ![](img/guide/getting-started/android/eclipse_android_sdk_button.png)
+  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
 - Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras).
 - Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK
 - Create a new AVD with the Target set to an Intel image.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/bada/index.md b/docs/en/2.5.0/guide/getting-started/bada/index.md
index d02291d..749edf8 100644
--- a/docs/en/2.5.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.5.0/guide/getting-started/bada/index.md
@@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and
 - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Make sure "Select root directory is checked" and then click Browse
 - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Click "Finish"
 
-    ![](img/guide/getting-started/bada/bada_project.png)
+    ![](img/guide/platforms/bada/bada_project.png)
  
 4. Hello World
 --------------
@@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Bada 2.x**: Right click on your project s folder and select Run As -&gt; bada Emulator Web Application 
     
-    ![](img/guide/getting-started/bada/bada_1_run.png)
+    ![](img/guide/platforms/bada/bada_1_run.png)
 
 - **Bada 1.2**: Right click on your project&apos; folder and select Build configurations -&gt; Set Active -&gt; Simulator-Debug
 
-    ![](img/guide/getting-started/bada/bada_set_target.png)
+    ![](img/guide/platforms/bada/bada_set_target.png)
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/ios/index.md b/docs/en/2.5.0/guide/getting-started/ios/index.md
index b808a87..91e723f 100644
--- a/docs/en/2.5.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.5.0/guide/getting-started/ios/index.md
@@ -83,7 +83,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 3. In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary.   Highlight the bin directory as shown:
 
-  ![](img/guide/getting-started/ios/bin_dir_listing.png)
+  ![](img/guide/platforms/ios/bin_dir_listing.png)
 
   **Note:** This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed.
 
@@ -111,7 +111,7 @@ Determine where on your system you will locate the Xcode project files for your
   In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command:
   
  `./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld`
 
-  ![](img/guide/getting-started/ios/create.png)
+  ![](img/guide/platforms/ios/create.png)
 
   3. Fix Common Problems
 
@@ -149,13 +149,13 @@ Determine where on your system you will locate the Xcode project files for your
 
   Your screen should look similar to:
 
-![](img/guide/getting-started/ios/helloworld_project.png)
+![](img/guide/platforms/ios/helloworld_project.png)
   **Note:** this screen capture shows a project that was created with the name as HelloWorld23.   

 ### Deploy to the Simulator
 
   1. In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target.  

   2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown:  

-![](img/guide/getting-started/ios/select_xcode_scheme.png)
+![](img/guide/platforms/ios/select_xcode_scheme.png)
 
   3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. 

 
@@ -185,7 +185,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   The running HelloWorld app is shown below.  The Device is Ready line should be slowly pulsating.
 
-  ![](img/guide/getting-started/ios/HelloWorldStandard.png)
+  ![](img/guide/platforms/ios/HelloWorldStandard.png)
 
 ## Common Problems
 
@@ -232,7 +232,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   1.  Within the Xcode menus select **Xcode>Preferences>Locations**. 

   2. In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: 

-![](img/guide/getting-started/ios/xcode_build_location.png)
+![](img/guide/platforms/ios/xcode_build_location.png)
 
   This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/tizen/index.md b/docs/en/2.5.0/guide/getting-started/tizen/index.md
index a45895e..4618a03 100644
--- a/docs/en/2.5.0/guide/getting-started/tizen/index.md
+++ b/docs/en/2.5.0/guide/getting-started/tizen/index.md
@@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and
     - Launch Tizen Eclipse IDE
     - Select  **File** -> **Import** -> **Tizen Web Project**
 
-    ![](img/guide/getting-started/tizen/import_project.png)
+    ![](img/guide/platforms/tizen/import_project.png)
 
     - Click **Next**
     - Make sure that **Select root directory** is checked
@@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and
     - Click **Browse**
     - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it
 
-    ![](img/guide/getting-started/tizen/import_widget.png)
+    ![](img/guide/platforms/tizen/import_widget.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been imported and appear **Project Explorer** view
 
@@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and
     - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**)
     - Fill-up the **Project name** and its target **Location**
 
-    ![](img/guide/getting-started/tizen/project_template.png)
+    ![](img/guide/platforms/tizen/project_template.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been created and appear **Project Explorer** view
 
@@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and
 
     - **Right Click** your project in the **Project Explorer** view and Select **Build Project**
 
-    ![](img/guide/getting-started/tizen/build_project.png)
+    ![](img/guide/platforms/tizen/build_project.png)
 
     - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`)
 
@@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_sim_app.png)
+    ![](img/guide/platforms/tizen/runas_web_sim_app.png)
 
 5B. Deploy to Device/Emulator
 --------------------
@@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and
 - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly)
 - Select your application deployment target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** )
 
-    ![](img/guide/getting-started/tizen/connection_explorer.png)
+    ![](img/guide/platforms/tizen/connection_explorer.png)
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_app.png)
+    ![](img/guide/platforms/tizen/runas_web_app.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/windows-8/index.md b/docs/en/2.5.0/guide/getting-started/windows-8/index.md
index 1c2a6ad..dadce87 100644
--- a/docs/en/2.5.0/guide/getting-started/windows-8/index.md
+++ b/docs/en/2.5.0/guide/getting-started/windows-8/index.md
@@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 - Open Visual Studio 2012 and choose **New Project**.
 - 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. We're using **CordovaWin8Foo** in this guide.
 
-    ![](img/guide/getting-started/windows-8/wsnewproject.png)
+    ![](img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open 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/getting-started/windows-8/wschangemanifest.png)
+	![](img/guide/platforms/win8/wschangemanifest.png)
 
 - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **cordova.js** file in the **lib\windows-8** folder that we called out previously. 
 
@@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 
 - Run the project from Visual Studio. You'll see the message box appear.
 
-	![](img/guide/getting-started/windows-8/wsalert.png)
+	![](img/guide/platforms/win8/wsalert.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/windows-phone-7/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.5.0/guide/getting-started/windows-phone-7/index.md
index e865178..edab0b9 100644
--- a/docs/en/2.5.0/guide/getting-started/windows-phone-7/index.md
+++ b/docs/en/2.5.0/guide/getting-started/windows-phone-7/index.md
@@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
-    ![](img/guide/getting-started/windows-phone-7/wpnewproj.png)
+    ![](img/guide/platforms/wp7/wpnewproj.png)
 
  
 4. Review the project structure
@@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-    ![](img/guide/getting-started/windows-phone-7/wp7projectstructure.png)
+    ![](img/guide/platforms/wp7/wp7projectstructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wprun.png)
-    ![](img/guide/getting-started/windows-phone-7/wpfirstrun.png)
+    ![](img/guide/platforms/wp7/wprun.png)
+    ![](img/guide/platforms/wp7/wpfirstrun.png)
 
 
 6. Build your project for the device
@@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wpd.png)
+    ![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.5.0/guide/getting-started/windows-phone-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.5.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.5.0/guide/getting-started/windows-phone-8/index.md
index fb9d3b9..00ad53a 100644
--- a/docs/en/2.5.0/guide/getting-started/windows-phone-8/index.md
+++ b/docs/en/2.5.0/guide/getting-started/windows-phone-8/index.md
@@ -91,8 +91,8 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Select **CordovaWP8AppFull** or **CordovaWP8AppStandalone**. ( the version number will be displayed in the template description )
 - Give your project a name, and select OK.
 
-![](img/guide/getting-started/windows-phone-8/FullTemplate.png)
-![](img/guide/getting-started/windows-phone-8/StandAloneTemplate.png)
+![](img/guide/platforms/wp8/FullTemplate.png)
+![](img/guide/platforms/wp8/StandAloneTemplate.png)
 
  
 4. Review the project structure
@@ -101,7 +101,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-![](img/guide/getting-started/windows-phone-8/projectStructure.png)
+![](img/guide/platforms/wp8/projectStructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -110,7 +110,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-8/BuildEmulator.png)
+![](img/guide/platforms/wp8/BuildEmulator.png)
 
 
 6. Build your project for the device
@@ -122,7 +122,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-7/wpd.png)
+![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/android/index.md b/docs/en/2.6.0/guide/getting-started/android/index.md
index 5792742..8d2ef09 100644
--- a/docs/en/2.6.0/guide/getting-started/android/index.md
+++ b/docs/en/2.6.0/guide/getting-started/android/index.md
@@ -93,7 +93,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t
         <project_name> is the project name, e.g. YourApp (Must not contain spaces)
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/eclipse_new_project.png)
+    ![](img/guide/platforms/android/eclipse_new_project.png)
 - Select the directory you used for `<project_folder_path>`
 - Click Finish.
 
@@ -115,7 +115,7 @@ If your project has a red X indicating there is a problem follow these additiona
 **Note: For a faster experience, use an Intel-based emulator image:**
 
 - Open the Android SDK Manager
-  ![](img/guide/getting-started/android/eclipse_android_sdk_button.png)
+  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
 - Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras).
 - Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK
 - Create a new AVD with the Target set to an Intel image.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/bada/index.md b/docs/en/2.6.0/guide/getting-started/bada/index.md
index d02291d..749edf8 100644
--- a/docs/en/2.6.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.6.0/guide/getting-started/bada/index.md
@@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and
 - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Make sure "Select root directory is checked" and then click Browse
 - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Click "Finish"
 
-    ![](img/guide/getting-started/bada/bada_project.png)
+    ![](img/guide/platforms/bada/bada_project.png)
  
 4. Hello World
 --------------
@@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Bada 2.x**: Right click on your project s folder and select Run As -&gt; bada Emulator Web Application 
     
-    ![](img/guide/getting-started/bada/bada_1_run.png)
+    ![](img/guide/platforms/bada/bada_1_run.png)
 
 - **Bada 1.2**: Right click on your project&apos; folder and select Build configurations -&gt; Set Active -&gt; Simulator-Debug
 
-    ![](img/guide/getting-started/bada/bada_set_target.png)
+    ![](img/guide/platforms/bada/bada_set_target.png)
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/ios/index.md b/docs/en/2.6.0/guide/getting-started/ios/index.md
index a2ae20b..9c6d61f 100644
--- a/docs/en/2.6.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.6.0/guide/getting-started/ios/index.md
@@ -83,7 +83,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 3. In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary.   Highlight the bin directory as shown:
 
-  ![](img/guide/getting-started/ios/bin_dir_listing.png)
+  ![](img/guide/platforms/ios/bin_dir_listing.png)
 
   **Note:** This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed.
 
@@ -111,7 +111,7 @@ Determine where on your system you will locate the Xcode project files for your
   In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command:
   
  `./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld`
 
-  ![](img/guide/getting-started/ios/create.png)
+  ![](img/guide/platforms/ios/create.png)
 
   3. Fix Common Problems
 
@@ -149,13 +149,13 @@ Determine where on your system you will locate the Xcode project files for your
 
   Your screen should look similar to:
 
-![](img/guide/getting-started/ios/helloworld_project.png)
+![](img/guide/platforms/ios/helloworld_project.png)
   **Note:** this screen capture shows a project that was created with the name as HelloWorld23.   

 ### Deploy to the Simulator
 
   1. In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target.  

   2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown:  

-![](img/guide/getting-started/ios/select_xcode_scheme.png)
+![](img/guide/platforms/ios/select_xcode_scheme.png)
 
   3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. 

 
@@ -185,7 +185,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   The running HelloWorld app is shown below.  The Device is Ready line should be slowly pulsating.
 
-  ![](img/guide/getting-started/ios/HelloWorldStandard.png)
+  ![](img/guide/platforms/ios/HelloWorldStandard.png)
 
 ## Common Problems
 
@@ -232,7 +232,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   1.  Within the Xcode menus select **Xcode>Preferences>Locations**. 

   2. In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: 

-![](img/guide/getting-started/ios/xcode_build_location.png)
+![](img/guide/platforms/ios/xcode_build_location.png)
 
   This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/tizen/index.md b/docs/en/2.6.0/guide/getting-started/tizen/index.md
index a45895e..4618a03 100644
--- a/docs/en/2.6.0/guide/getting-started/tizen/index.md
+++ b/docs/en/2.6.0/guide/getting-started/tizen/index.md
@@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and
     - Launch Tizen Eclipse IDE
     - Select  **File** -> **Import** -> **Tizen Web Project**
 
-    ![](img/guide/getting-started/tizen/import_project.png)
+    ![](img/guide/platforms/tizen/import_project.png)
 
     - Click **Next**
     - Make sure that **Select root directory** is checked
@@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and
     - Click **Browse**
     - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it
 
-    ![](img/guide/getting-started/tizen/import_widget.png)
+    ![](img/guide/platforms/tizen/import_widget.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been imported and appear **Project Explorer** view
 
@@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and
     - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**)
     - Fill-up the **Project name** and its target **Location**
 
-    ![](img/guide/getting-started/tizen/project_template.png)
+    ![](img/guide/platforms/tizen/project_template.png)
 
     - Click **Finish**
 
-    ![](img/guide/getting-started/tizen/project_explorer.png)
+    ![](img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now have been created and appear **Project Explorer** view
 
@@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and
 
     - **Right Click** your project in the **Project Explorer** view and Select **Build Project**
 
-    ![](img/guide/getting-started/tizen/build_project.png)
+    ![](img/guide/platforms/tizen/build_project.png)
 
     - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`)
 
@@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_sim_app.png)
+    ![](img/guide/platforms/tizen/runas_web_sim_app.png)
 
 5B. Deploy to Device/Emulator
 --------------------
@@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and
 - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly)
 - Select your application deployment target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** )
 
-    ![](img/guide/getting-started/tizen/connection_explorer.png)
+    ![](img/guide/platforms/tizen/connection_explorer.png)
 
 - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application**
 
-    ![](img/guide/getting-started/tizen/runas_web_app.png)
+    ![](img/guide/platforms/tizen/runas_web_app.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/windows-8/index.md b/docs/en/2.6.0/guide/getting-started/windows-8/index.md
index 1c2a6ad..dadce87 100644
--- a/docs/en/2.6.0/guide/getting-started/windows-8/index.md
+++ b/docs/en/2.6.0/guide/getting-started/windows-8/index.md
@@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 - Open Visual Studio 2012 and choose **New Project**.
 - 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. We're using **CordovaWin8Foo** in this guide.
 
-    ![](img/guide/getting-started/windows-8/wsnewproject.png)
+    ![](img/guide/platforms/win8/wsnewproject.png)
 
 - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open 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/getting-started/windows-8/wschangemanifest.png)
+	![](img/guide/platforms/win8/wschangemanifest.png)
 
 - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **cordova.js** file in the **lib\windows-8** folder that we called out previously. 
 
@@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 
 - Run the project from Visual Studio. You'll see the message box appear.
 
-	![](img/guide/getting-started/windows-8/wsalert.png)
+	![](img/guide/platforms/win8/wsalert.png)
 
 Done!
 -----

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
index e865178..edab0b9 100644
--- a/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
+++ b/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
@@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
-    ![](img/guide/getting-started/windows-phone-7/wpnewproj.png)
+    ![](img/guide/platforms/wp7/wpnewproj.png)
 
  
 4. Review the project structure
@@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-    ![](img/guide/getting-started/windows-phone-7/wp7projectstructure.png)
+    ![](img/guide/platforms/wp7/wp7projectstructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wprun.png)
-    ![](img/guide/getting-started/windows-phone-7/wpfirstrun.png)
+    ![](img/guide/platforms/wp7/wprun.png)
+    ![](img/guide/platforms/wp7/wpfirstrun.png)
 
 
 6. Build your project for the device
@@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone-7/wpd.png)
+    ![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
index fb9d3b9..00ad53a 100644
--- a/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
+++ b/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
@@ -91,8 +91,8 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Select **CordovaWP8AppFull** or **CordovaWP8AppStandalone**. ( the version number will be displayed in the template description )
 - Give your project a name, and select OK.
 
-![](img/guide/getting-started/windows-phone-8/FullTemplate.png)
-![](img/guide/getting-started/windows-phone-8/StandAloneTemplate.png)
+![](img/guide/platforms/wp8/FullTemplate.png)
+![](img/guide/platforms/wp8/StandAloneTemplate.png)
 
  
 4. Review the project structure
@@ -101,7 +101,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-![](img/guide/getting-started/windows-phone-8/projectStructure.png)
+![](img/guide/platforms/wp8/projectStructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -110,7 +110,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-8/BuildEmulator.png)
+![](img/guide/platforms/wp8/BuildEmulator.png)
 
 
 6. Build your project for the device
@@ -122,7 +122,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-![](img/guide/getting-started/windows-phone-7/wpd.png)
+![](img/guide/platforms/wp7/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.7.0/guide/getting-started/android/index.md b/docs/en/2.7.0/guide/getting-started/android/index.md
index ab34d8e..060a422 100644
--- a/docs/en/2.7.0/guide/getting-started/android/index.md
+++ b/docs/en/2.7.0/guide/getting-started/android/index.md
@@ -93,7 +93,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t
 - If you're getting an 'An unexpected error occurred" error, try the command again prefixed with `sudo`
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/eclipse_new_project.png)
+    ![](img/guide/platforms/android/eclipse_new_project.png)
 - Select the directory you used for `<project_folder_path>`
 - Click Finish.
 
@@ -115,7 +115,7 @@ If your project has a red X indicating there is a problem follow these additiona
 **Note: For a faster experience, use an Intel-based emulator image:**
 
 - Open the Android SDK Manager
-  ![](img/guide/getting-started/android/eclipse_android_sdk_button.png)
+  ![](img/guide/platforms/android/eclipse_android_sdk_button.png)
 - Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras).
 - Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK
 - Create a new AVD with the Target set to an Intel image.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.7.0/guide/getting-started/bada/index.md b/docs/en/2.7.0/guide/getting-started/bada/index.md
index d02291d..749edf8 100644
--- a/docs/en/2.7.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.7.0/guide/getting-started/bada/index.md
@@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and
 - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Make sure "Select root directory is checked" and then click Browse
 - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked"
     
-    ![](img/guide/getting-started/bada/import_bada_project.png)
+    ![](img/guide/platforms/bada/import_bada_project.png)
 
 - Click "Finish"
 
-    ![](img/guide/getting-started/bada/bada_project.png)
+    ![](img/guide/platforms/bada/bada_project.png)
  
 4. Hello World
 --------------
@@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and
 
 - **Bada 2.x**: Right click on your project s folder and select Run As -&gt; bada Emulator Web Application 
     
-    ![](img/guide/getting-started/bada/bada_1_run.png)
+    ![](img/guide/platforms/bada/bada_1_run.png)
 
 - **Bada 1.2**: Right click on your project&apos; folder and select Build configurations -&gt; Set Active -&gt; Simulator-Debug
 
-    ![](img/guide/getting-started/bada/bada_set_target.png)
+    ![](img/guide/platforms/bada/bada_set_target.png)
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.7.0/guide/getting-started/ios/index.md b/docs/en/2.7.0/guide/getting-started/ios/index.md
index f894b93..4c915da 100644
--- a/docs/en/2.7.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.7.0/guide/getting-started/ios/index.md
@@ -83,7 +83,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 3. In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary.   Highlight the bin directory as shown:
 
-  ![](img/guide/getting-started/ios/bin_dir_listing.png)
+  ![](img/guide/platforms/ios/bin_dir_listing.png)
 
   **Note:** This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed.
 
@@ -111,7 +111,7 @@ Determine where on your system you will locate the Xcode project files for your
   In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command:
   
  `./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld`
 
-  ![](img/guide/getting-started/ios/create.png)
+  ![](img/guide/platforms/ios/create.png)
 
   3. Fix Common Problems
 
@@ -149,13 +149,13 @@ Determine where on your system you will locate the Xcode project files for your
 
   Your screen should look similar to:
 
-![](img/guide/getting-started/ios/helloworld_project.png)
+![](img/guide/platforms/ios/helloworld_project.png)
   **Note:** this screen capture shows a project that was created with the name as HelloWorld23.   

 ### Deploy to the Simulator
 
   1. In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target.  

   2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown:  

-![](img/guide/getting-started/ios/select_xcode_scheme.png)
+![](img/guide/platforms/ios/select_xcode_scheme.png)
 
   3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. 

 
@@ -185,7 +185,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   The running HelloWorld app is shown below.  The Device is Ready line should be slowly pulsating.
 
-  ![](img/guide/getting-started/ios/HelloWorldStandard.png)
+  ![](img/guide/platforms/ios/HelloWorldStandard.png)
 
 ## Common Problems
 
@@ -232,7 +232,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   1.  Within the Xcode menus select **Xcode>Preferences>Locations**. 

   2. In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: 

-![](img/guide/getting-started/ios/xcode_build_location.png)
+![](img/guide/platforms/ios/xcode_build_location.png)
 
   This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode.