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 00:27:40 UTC

[20/78] [abbrv] [partial] docs commit: Making links in docs manual instead of automatic.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/media/media.startRecord.md b/www/docs/en/2.1.0/cordova/media/media.startRecord.md
index 6bc30da..e6ae333 100644
--- a/www/docs/en/2.1.0/cordova/media/media.startRecord.md
+++ b/www/docs/en/2.1.0/cordova/media/media.startRecord.md
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Record audio
@@ -64,7 +64,7 @@ Quick Example
     }
 
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -141,7 +141,7 @@ BlackBerry WebWorks Quirks
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The [File](../file/fileobj/fileobj.html) API's can be used to create the file.
 
 Tizen Quirks
 ----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/media/media.stop.md b/www/docs/en/2.1.0/cordova/media/media.stop.md
index 3bb3331..c890797 100644
--- a/www/docs/en/2.1.0/cordova/media/media.stop.md
+++ b/www/docs/en/2.1.0/cordova/media/media.stop.md
@@ -42,7 +42,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Play audio
@@ -68,7 +68,7 @@ Quick Example
         }, 10000);        
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/media/media.stopRecord.md b/www/docs/en/2.1.0/cordova/media/media.stopRecord.md
index ead6f65..e508da3 100644
--- a/www/docs/en/2.1.0/cordova/media/media.stopRecord.md
+++ b/www/docs/en/2.1.0/cordova/media/media.stopRecord.md
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Record audio
@@ -69,7 +69,7 @@ Quick Example
     }
 
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/notification/notification.alert.md b/www/docs/en/2.1.0/cordova/notification/notification.alert.md
index 990dd2b..0e3a5dd 100644
--- a/www/docs/en/2.1.0/cordova/notification/notification.alert.md
+++ b/www/docs/en/2.1.0/cordova/notification/notification.alert.md
@@ -48,7 +48,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone / Tizen
@@ -64,7 +64,7 @@ Quick Example
         'Done'                  // buttonName
     );
         
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/notification/notification.beep.md b/www/docs/en/2.1.0/cordova/notification/notification.beep.md
index dcb3d93..eadb392 100644
--- a/www/docs/en/2.1.0/cordova/notification/notification.beep.md
+++ b/www/docs/en/2.1.0/cordova/notification/notification.beep.md
@@ -39,13 +39,13 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -100,7 +100,7 @@ Full Example
 Android Quirks
 --------------
 
-- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "[Notification](notification.html) ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/notification/notification.confirm.md b/www/docs/en/2.1.0/cordova/notification/notification.confirm.md
index 2068f4b..b9cdb40 100644
--- a/www/docs/en/2.1.0/cordova/notification/notification.confirm.md
+++ b/www/docs/en/2.1.0/cordova/notification/notification.confirm.md
@@ -54,7 +54,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
 	// process the confirmation dialog result
@@ -73,7 +73,7 @@ Quick Example
         );
     }
         
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/notification/notification.md b/www/docs/en/2.1.0/cordova/notification/notification.md
index 5bc17bb..e0a2143 100644
--- a/www/docs/en/2.1.0/cordova/notification/notification.md
+++ b/www/docs/en/2.1.0/cordova/notification/notification.md
@@ -28,10 +28,10 @@ Notification
 Methods
 -------
 
-- notification.alert
-- notification.confirm
-- notification.beep
-- notification.vibrate
+- [notification.alert](notification.alert.html)
+- [notification.confirm](notification.confirm.html)
+- [notification.beep](notification.beep.html)
+- [notification.vibrate](notification.vibrate.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/notification/notification.vibrate.md b/www/docs/en/2.1.0/cordova/notification/notification.vibrate.md
index 3c394e8..4734bd2 100644
--- a/www/docs/en/2.1.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/2.1.0/cordova/notification/notification.vibrate.md
@@ -38,14 +38,14 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
     
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/database/database.md b/www/docs/en/2.1.0/cordova/storage/database/database.md
index f3246d5..7d6d098 100644
--- a/www/docs/en/2.1.0/cordova/storage/database/database.md
+++ b/www/docs/en/2.1.0/cordova/storage/database/database.md
@@ -45,7 +45,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Transaction Quick Example
+Transaction Quick [Example](../storage.opendatabase.html)
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -65,13 +65,13 @@ Transaction Quick Example
 	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick Example
+Change Version Quick [Example](../storage.opendatabase.html)
 -------------------
 
 	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full Example
+Full [Example](../storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/localstorage/localstorage.md b/www/docs/en/2.1.0/cordova/storage/localstorage/localstorage.md
index 47557b6..9832433 100644
--- a/www/docs/en/2.1.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/2.1.0/cordova/storage/localstorage/localstorage.md
@@ -23,7 +23,7 @@ title: localStorage
 localStorage
 ===============
 
-Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C [Storage](../storage.html) interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
     var storage = window.localStorage;
 
@@ -39,7 +39,7 @@ Methods
 Details
 -----------
 
-localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C [Storage](../storage.html) interface.  It allows one to save data as key-value pairs.
 
 Note: window.sessionStorage provides the same interface, but is cleared between app launches.
 
@@ -53,33 +53,33 @@ Supported Platforms
 - webOS
 - Tizen
 
-Key Quick Example
+Key Quick [Example](../storage.opendatabase.html)
 -------------
 
     var keyName = window.localStorage.key(0);
 
-Set Item Quick Example
+Set Item Quick [Example](../storage.opendatabase.html)
 -------------
 
     window.localStorage.setItem("key", "value");
 
-Get Item Quick Example
+Get Item Quick [Example](../storage.opendatabase.html)
 -------------
 
 	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick Example
+Remove Item Quick [Example](../storage.opendatabase.html)
 -------------
 
 	window.localStorage.removeItem("key");
 
-Clear Quick Example
+Clear Quick [Example](../storage.opendatabase.html)
 -------------
 
 	window.localStorage.clear();
 
-Full Example
+Full [Example](../storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/2.1.0/cordova/storage/sqlresultset/sqlresultset.md
index 15b1f98..af336ed 100644
--- a/www/docs/en/2.1.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/2.1.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -23,7 +23,7 @@ title: SQLResultSet
 SQLResultSet
 =======
 
-When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a [SQLTransaction](../sqltransaction/sqltransaction.html) is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -35,7 +35,7 @@ Properties
 Details
 -------
 
-When you call the SQLTransaction executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
+When you call the [SQLTransaction](../sqltransaction/sqltransaction.html) executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type [SQLResultSetList](../sqlresultsetlist/sqlresultsetlist.html) and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
 	function queryDB(tx) {
@@ -68,10 +68,10 @@ Execute SQL Quick Example
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full Example
+Full [Example](../storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -123,14 +123,14 @@ Full Example
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
 		function onDeviceReady() {
-			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/2.1.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 377be09..31f6546 100644
--- a/www/docs/en/2.1.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/2.1.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -23,7 +23,7 @@ title: SQLResultSetList
 SQLResultSetList
 =======
 
-One of the properties of the SQLResultSet containing the rows returned from a SQL query.
+One of the properties of the [SQLResultSet](../sqlresultset/sqlresultset.html) containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -49,7 +49,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
 	function queryDB(tx) {
@@ -68,10 +68,10 @@ Execute SQL Quick Example
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full Example
+Full [Example](../storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -120,14 +120,14 @@ Full Example
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
 		function onDeviceReady() {
-			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/2.1.0/cordova/storage/sqltransaction/sqltransaction.md
index 2b98ac6..7304f36 100644
--- a/www/docs/en/2.1.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/2.1.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -23,7 +23,7 @@ title: SQLTransaction
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the Database.
+Contains methods that allow the user to execute SQL statements against the [Database](../database/database.html).
 
 Methods
 -------
@@ -33,7 +33,7 @@ Methods
 Details
 -------
 
-When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a [Database](../database/database.html) objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
 	function populateDB(tx) {
@@ -62,10 +62,10 @@ Execute SQL Quick Example
 		alert("success!");
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full Example
+Full [Example](../storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -83,7 +83,7 @@ Full Example
         // Cordova is ready
         //
         function onDeviceReady() {
-			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("[Database](../database/database.html)", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/storage.md b/www/docs/en/2.1.0/cordova/storage/storage.md
index 667b5d8..df78a26 100644
--- a/www/docs/en/2.1.0/cordova/storage/storage.md
+++ b/www/docs/en/2.1.0/cordova/storage/storage.md
@@ -25,30 +25,30 @@ Storage
 
 > Provides access to the devices storage options.
 
-This API is based on the [W3C Web SQL Database Specification](http://dev.w3.org/html5/webdatabase/) and [W3C Web Storage API Specification](http://dev.w3.org/html5/webstorage/). Some devices already provide an implementation of this spec. For those devices, the built-in support is used instead of replacing it with Cordova's implementation. For devices that don't have storage support, Cordova's implementation should be compatible with the W3C specification.
+This API is based on the [W3C Web SQL [Database](database/database.html) Specification](http://dev.w3.org/html5/webdatabase/) and [W3C Web Storage API Specification](http://dev.w3.org/html5/webstorage/). Some devices already provide an implementation of this spec. For those devices, the built-in support is used instead of replacing it with Cordova's implementation. For devices that don't have storage support, Cordova's implementation should be compatible with the W3C specification.
 
 Methods
 -------
 
-- openDatabase
+- [openDatabase](storage.opendatabase.html)
 
 Arguments
 ---------
 
-- database_name
-- database_version
-- database_displayname
-- database_size
+- [database_name](parameters/name.html)
+- [database_version](parameters/version.html)
+- [database_displayname](parameters/display_name.html)
+- [database_size](parameters/size.html)
 
 Objects
 -------
 
-- Database
-- SQLTransaction
-- SQLResultSet
-- SQLResultSetList
-- SQLError
-- localStorage
+- [Database](database/database.html)
+- [SQLTransaction](sqltransaction/sqltransaction.html)
+- [SQLResultSet](sqlresultset/sqlresultset.html)
+- [SQLResultSetList](sqlresultsetlist/sqlresultsetlist.html)
+- [SQLError](sqlerror/sqlerror.html)
+- [localStorage](localstorage/localstorage.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/storage/storage.opendatabase.md b/www/docs/en/2.1.0/cordova/storage/storage.opendatabase.md
index 25efc66..ad038e6 100644
--- a/www/docs/en/2.1.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/2.1.0/cordova/storage/storage.opendatabase.md
@@ -23,16 +23,16 @@ title: openDatabase
 openDatabase
 ===============
 
-Returns a new Database object.
+Returns a new [Database](database/database.html) object.
 
     var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
 
-window.openDatabase returns a new Database object.
+window.openDatabase returns a new [Database](database/database.html) object.
 
-This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
+This method will create a new SQL Lite [Database](database/database.html) and return a [Database](database/database.html) object.  Use the [Database](database/database.html) Object to manipulate the data.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/command-line/index.md b/www/docs/en/2.1.0/guide/command-line/index.md
index 9366c47..42b4248 100644
--- a/www/docs/en/2.1.0/guide/command-line/index.md
+++ b/www/docs/en/2.1.0/guide/command-line/index.md
@@ -105,7 +105,7 @@ or, on **Windows**
 
     $ /path/to/my_new_cordova_project/cordova/emulate.bat
 
-Make sure you have created at least one Android Virtual Device. If you did not it will ask you to create one with the `android` command.
+Make sure you have created at least one Android Virtual [Device](../../cordova/device/device.html). If you did not it will ask you to create one with the `android` command.
 If you have multiple AVDs, it will prompt you to select an AVD.
 
 ### Logging

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/cordova-webview/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/cordova-webview/index.md b/www/docs/en/2.1.0/guide/cordova-webview/index.md
index 3866406..45eac96 100644
--- a/www/docs/en/2.1.0/guide/cordova-webview/index.md
+++ b/www/docs/en/2.1.0/guide/cordova-webview/index.md
@@ -25,6 +25,6 @@ Embedding WebView
 
 > Implement the Cordova WebView in your own project.
 
-- Embedding Cordova WebView on Android
-- Embedding Cordova WebView on iOS
+- [Embedding Cordova WebView on Android](android.html)
+- [Embedding Cordova WebView on iOS](ios.html)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/cordova-webview/ios.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/cordova-webview/ios.md b/www/docs/en/2.1.0/guide/cordova-webview/ios.md
index 9f52550..3436067 100644
--- a/www/docs/en/2.1.0/guide/cordova-webview/ios.md
+++ b/www/docs/en/2.1.0/guide/cordova-webview/ios.md
@@ -51,7 +51,7 @@ Adding Cleaver to your Xcode project (CordovaLib sub-project)
 9. Press the key combination **Option-Command-1** to show the **File Inspector**
 10. Choose **"Relative to Group"** in the **File Inspector** for the drop-down menu for **Location** 
 11. Select the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Settings"** tab
-12. Add `-all_load` and `-Obj-C` - for the **"Other Linker Flags"** value
+12. Add `-all_load` and `-Obj-C` - for the **"Other Linker [Flags](../../cordova/file/flags/flags.html)"** value
 13. Click on the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Phases"** tab
 14. Expand **"Link Binaries with Libraries"** 
 15. Select the **"+" button**, and add these **frameworks** (and optionally in the Project Navigator, **move** them under the Frameworks group):

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/android/index.md b/www/docs/en/2.1.0/guide/getting-started/android/index.md
index 2ab526b..3ef8d88 100644
--- a/www/docs/en/2.1.0/guide/getting-started/android/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/android/index.md
@@ -108,7 +108,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/android/manifest.png)
 
 
-4. Hello World
+4. [Hello World](../webos/index.html)
 --------------    
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
@@ -131,7 +131,7 @@ This guide describes how to set up your development environment for Cordova and
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to Device
+5B. Deploy to [Device](../../../cordova/device/device.html)
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings &gt; Applications &gt; Development**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/bada/index.md b/www/docs/en/2.1.0/guide/getting-started/bada/index.md
index f6bbce6..e3f79fe 100644
--- a/www/docs/en/2.1.0/guide/getting-started/bada/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/bada/index.md
@@ -56,7 +56,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/bada/bada_project.png)
  
  
-4. Hello World
+4. [Hello World](../webos/index.html)
 --------------
 
 **Bada 2.x**: Your HTML/CSS/Javascript code lives under the Res/ folder. Make sure your index.html contains the following two lines in the <head> section.
@@ -82,7 +82,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - 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!
 
-5B. Deploy to Device
+5B. Deploy to [Device](../../../cordova/device/device.html)
 --------------------
 
 - Make sure your device is properly configured 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/blackberry/index.md b/www/docs/en/2.1.0/guide/getting-started/blackberry/index.md
index 3d5422c..89b18d3 100644
--- a/www/docs/en/2.1.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/blackberry/index.md
@@ -57,7 +57,7 @@ Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://
 - Open up the project.properties file with your favorite editor and edit the entries for `blackberry.bbwp.dir=` and/or `playbook.bbwp.dir=`. Set the  value(s) to the directory containing the `bbwp` binary in the WebWorks SDK(s) installed earlier.
 
 
-4.  Hello World
+4.  [Hello World](../webos/index.html)
 --------------
 
 Build the Cordova sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace `target` with either `blackberry` or `playbook`. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
@@ -77,7 +77,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
 - While in your project directory, in command prompt/terminal type `ant target load-simulator`. Replace `target` with either `blackberry` or `playbook`.  Note, for PlayBook the simulator virtual image must already be started.
 - The application will be installed in the All Applications section in the simulator.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
-5B.  Deploy to Device (Windows and Mac)
+5B.  Deploy to [Device](../../../cordova/device/device.html) (Windows and Mac)
 --------------------------------------
 
 - Deploying to a device requires signing keys which can be obtained from RIM.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/index.md b/www/docs/en/2.1.0/guide/getting-started/index.md
index 7d7279e..6039eb2 100644
--- a/www/docs/en/2.1.0/guide/getting-started/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/index.md
@@ -23,11 +23,11 @@ title: Getting Started Guides
 Getting Started Guides
 ======================
 
-- Getting Started with Android
-- Getting Started with BlackBerry
-- Getting Started with iOS
-- Getting Started with Symbian
-- Getting Started with WebOS
-- Getting Started with Windows Phone
-- Getting Started with Bada
-- Getting Started with Tizen
+- [Getting Started with Android](android/index.html)
+- [Getting Started with BlackBerry](blackberry/index.html)
+- [Getting Started with iOS](ios/index.html)
+- [Getting Started with Symbian](symbian/index.html)
+- [Getting Started with WebOS](webos/index.html)
+- [Getting Started with Windows Phone](windows-phone/index.html)
+- [Getting Started with Bada](bada/index.html)
+- [Getting Started with Tizen](tizen/index.html)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/ios/index.md b/www/docs/en/2.1.0/guide/getting-started/ios/index.md
index 6ba5b6d..3493ec6 100644
--- a/www/docs/en/2.1.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/ios/index.md
@@ -79,14 +79,14 @@ Deploy to Simulator
 
 - Select the **Run** button in your project window's toolbar
 
-Deploy to Device
+Deploy to [Device](../../../cordova/device/device.html)
 ----------------
 
 - Open `HelloWorld-Info.plist`, under the **Resources** group
 - Change **BundleIdentifier** to the identifier provided by Apple or your own bundle identifier
     - If you have a developer license, you can run the [Assistant](http://developer.apple.com/iphone/manage/overview/index.action) to register your app
 - 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 **[Your Device Name]**
+- Change the **Active SDK** in the Scheme drop-down menu on the toolbar to **[Your [Device](../../../cordova/device/device.html) Name]**
     - You will need to have your device connected via USB
 
     ![](img/guide/platforms/ios/active_scheme_device.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/symbian/index.md b/www/docs/en/2.1.0/guide/getting-started/symbian/index.md
index eb168ca..9ea92df 100644
--- a/www/docs/en/2.1.0/guide/getting-started/symbian/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/symbian/index.md
@@ -52,11 +52,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
 
  
-4. Hello World
+4. [Hello World](../webos/index.html)
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>[Hello World](../webos/index.html)</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -68,7 +68,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to Device
+5B. Deploy to [Device](../../../cordova/device/device.html)
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/tizen/index.md b/www/docs/en/2.1.0/guide/getting-started/tizen/index.md
index ccef287..41e32e5 100644
--- a/www/docs/en/2.1.0/guide/getting-started/tizen/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/tizen/index.md
@@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and
     - Your project should now have been created and appear **Project Explorer** view
 
 
-4. Hello World
+4. [Hello World](../webos/index.html)
 --------------
 - To build your project:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/webos/index.md b/www/docs/en/2.1.0/guide/getting-started/webos/index.md
index 34f0664..17e42b1 100644
--- a/www/docs/en/2.1.0/guide/getting-started/webos/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/webos/index.md
@@ -68,7 +68,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to Device
+5B. Deploy to [Device](../../../cordova/device/device.html)
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/getting-started/windows-phone/index.md b/www/docs/en/2.1.0/guide/getting-started/windows-phone/index.md
index 366dc97..246cabd 100644
--- a/www/docs/en/2.1.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/2.1.0/guide/getting-started/windows-phone/index.md
@@ -39,7 +39,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on Device and Submitting to Market Place:
+Necessary for Installing on [Device](../../../cordova/device/device.html) and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -103,7 +103,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone [Device](../../../cordova/device/device.html)' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/plugin-development/android/index.md b/www/docs/en/2.1.0/guide/plugin-development/android/index.md
index 81e162b..025ace0 100644
--- a/www/docs/en/2.1.0/guide/plugin-development/android/index.md
+++ b/www/docs/en/2.1.0/guide/plugin-development/android/index.md
@@ -28,7 +28,7 @@ file.
 
 A plugin will consist of at least a single Java class that extends the `Plugin` class. A plugin **must**
 have a method called `execute` that must return a `PluginResult` object. In addition to this, there is a best practice that
-the plugin should handle pause and resume events, and should handle message passing between plugins.
+the plugin should handle [pause](../../../cordova/events/events.pause.html) and [resume](../../../cordova/events/events.resume.html) events, and should handle message passing between plugins.
 
 ## Plugin Class Mapping 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/plugin-development/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/plugin-development/index.md b/www/docs/en/2.1.0/guide/plugin-development/index.md
index a676fb9..caf9a8e 100644
--- a/www/docs/en/2.1.0/guide/plugin-development/index.md
+++ b/www/docs/en/2.1.0/guide/plugin-development/index.md
@@ -106,10 +106,10 @@ specific guides for each platform Cordova supports. The below guides
 will continue on building the simple Echo Plugin example we started in
 this guide.
 
-- Developing a Plugin on Android
-- Developing a Plugin on Bada
-- Developing a Plugin on BlackBerry
-- Developing a Plugin on iOS
-- Developing a Plugin on webOS
-- Developing a Plugin on Windows Phone
-- Developing a Plugin on Tizen
+- [Developing a Plugin on Android](android/index.html)
+- [Developing a Plugin on Bada](bada/index.html)
+- [Developing a Plugin on BlackBerry](blackberry/index.html)
+- [Developing a Plugin on iOS](ios/index.html)
+- [Developing a Plugin on webOS](webos/index.html)
+- [Developing a Plugin on Windows Phone](windows-phone/index.html)
+- [Developing a Plugin on Tizen](tizen/index.html)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/plugin-development/ios/index.md b/www/docs/en/2.1.0/guide/plugin-development/ios/index.md
index 4711303..fa8b44b 100644
--- a/www/docs/en/2.1.0/guide/plugin-development/ios/index.md
+++ b/www/docs/en/2.1.0/guide/plugin-development/ios/index.md
@@ -151,7 +151,7 @@ See other methods that you can override in:
 1. [CDVPlugin.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
 2. [CDVPlugin.m](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
 
-For example, you can hook into the pause, resume, app terminate and handleOpenURL events.
+For example, you can hook into the [pause](../../../cordova/events/events.pause.html), [resume](../../../cordova/events/events.resume.html), app terminate and handleOpenURL events.
 
 ## Debugging Plugins
 
@@ -163,7 +163,7 @@ For iOS 6, you would use Safari 6.0 to simply attach to your app running in the
 
 * Don't forget to add your plugin's mapping to Cordova.plist - if you forgot, an error will be printed to the Xcode console log
 * Don't forget to add any hosts you connect to in the [whitelist](guide_whitelist_index.md.html#Domain%20Whitelist%20Guide) - if you forgot, an error will be printed to the Xcode console log
-* If you handle the resume event, and the app resumes, you can hang the app if you send out a JavaScript call that executes a native function, like alerts. To be safe, wrap your JavaScript call in a setTimeout call, with a timeout value of zero:
+* If you handle the [resume](../../../cordova/events/events.resume.html) event, and the app resumes, you can hang the app if you send out a JavaScript call that executes a native function, like alerts. To be safe, wrap your JavaScript call in a setTimeout call, with a timeout value of zero:
 
         setTimeout(function() {
             // do your thing here!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md b/www/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
index e034768..788729d 100644
--- a/www/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
+++ b/www/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
@@ -158,7 +158,7 @@ See other methods that you can override in:
 
 1. [BaseCommand.cs](https://github.com/apache/cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
 
-For example, you can hook into the 'pause' and 'resume' application events.
+For example, you can hook into the '[pause](../../../cordova/events/events.pause.html)' and '[resume](../../../cordova/events/events.resume.html)' application events.
 
 ### Debugging Plugins
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/upgrading/blackberry/index.md b/www/docs/en/2.1.0/guide/upgrading/blackberry/index.md
index 17175e6..1b8bd68 100644
--- a/www/docs/en/2.1.0/guide/upgrading/blackberry/index.md
+++ b/www/docs/en/2.1.0/guide/upgrading/blackberry/index.md
@@ -59,8 +59,8 @@ Updating just the www folder:
     - If playbook, then update the .js file in the `playbook/` folder.
 5. Update your HTML to use the new `cordova-2.0.0.js` file.
 6. Update your `www/plugins.xml` file. Two plugins changed their
-   namespace/service label. Change the old entries for the Capture and
-   Contact plugins from:
+   namespace/service label. Change the old entries for the [Capture](../../../cordova/media/capture/capture.html) and
+   [Contact](../../../cordova/contacts/Contact/contact.html) plugins from:
 
         <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
         <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
@@ -82,7 +82,7 @@ Updating the sample folder (ie, updating using the ant tools):
 7. Open the `www/` folder and update your HTML to use the new `cordova-2.0.0.js` file.
 8. Open the `www/` folder and update the `plugins.xml` file. Two plugins
    changed their namespace/service label. Change the old entries for the
-   Capture and Contact plugins from:
+   [Capture](../../../cordova/media/capture/capture.html) and [Contact](../../../cordova/contacts/Contact/contact.html) plugins from:
 
          <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
          <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
@@ -108,8 +108,8 @@ Updating just the www folder:
     - If playbook, then update the .js file in the `playbook/` folder.
 5. Update your HTML to use the new `cordova-1.8.0.js` file.
 6. Update your `www/plugins.xml` file. Two plugins changed their
-   namespace/service label. Change the old entries for the Capture and
-   Contact plugins from:
+   namespace/service label. Change the old entries for the [Capture](../../../cordova/media/capture/capture.html) and
+   [Contact](../../../cordova/contacts/Contact/contact.html) plugins from:
 
         <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
         <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
@@ -131,7 +131,7 @@ Updating the sample folder (ie, updating using the ant tools):
 7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.
 8. Open the `www/` folder and update the `plugins.xml` file. Two plugins
    changed their namespace/service label. Change the old entries for the
-   Capture and Contact plugins from:
+   [Capture](../../../cordova/media/capture/capture.html) and [Contact](../../../cordova/contacts/Contact/contact.html) plugins from:
 
          <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
          <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/upgrading/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/upgrading/index.md b/www/docs/en/2.1.0/guide/upgrading/index.md
index 7e1e2b4..4f1a498 100644
--- a/www/docs/en/2.1.0/guide/upgrading/index.md
+++ b/www/docs/en/2.1.0/guide/upgrading/index.md
@@ -25,11 +25,11 @@ Upgrading Guides
 
 > Learn how to upgrade an application to the latest Apache Cordova release.
 
-- Upgrading Cordova Android
-- Upgrading Cordova BlackBerry
-- Upgrading Cordova iOS
-- Upgrading Cordova Symbian
-- Upgrading Cordova webOS
-- Upgrading Cordova Windows Phone
-- Upgrading Cordova Bada
-- Upgrading Cordova Tizen
+- [Upgrading Cordova Android](android/index.html)
+- [Upgrading Cordova BlackBerry](blackberry/index.html)
+- [Upgrading Cordova iOS](ios/index.html)
+- [Upgrading Cordova Symbian](symbian/index.html)
+- [Upgrading Cordova webOS](webos/index.html)
+- [Upgrading Cordova Windows Phone](windows-phone/index.html)
+- [Upgrading Cordova Bada](bada/index.html)
+- [Upgrading Cordova Tizen](tizen/index.html)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/guide/upgrading/ios/index.md b/www/docs/en/2.1.0/guide/upgrading/ios/index.md
index 6a419a2..5229fff 100644
--- a/www/docs/en/2.1.0/guide/upgrading/ios/index.md
+++ b/www/docs/en/2.1.0/guide/upgrading/ios/index.md
@@ -82,12 +82,12 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc
 20. Select the **libCordova.a** static library, then select the **"Add"** button
 21. Delete the **"Run Script"** phase.
 22. Select the **project icon** in the Project Navigator, select your project **Target**, then select the **"Build Settings"** tab
-23. Search for **"Other Linker Flags"**, and add the values **-all_load** and **-Obj-C**
+23. Search for **"Other Linker [Flags](../../../cordova/file/flags/flags.html)"**, and add the values **-all_load** and **-Obj-C**
 24. Expand the **"CordovaLib" sub-project**
 25. Locate the **"VERSION"** file, drag it into your main project (we want to create a link to it, not a copy)
 26. Select the **"Create groups for any added folders"** radiobutton, then select the **"Finish"** button
 27. Select the **"VERSION"** file that you just dragged in a previous step
-28. Press the key combination **Option-Command-1** to show the **File Inspector** (or menuitem **View -> Utilities -> Show File Inspector**)
+28. Press the key combination **Option-Command-1** to show the **File Inspector** (or menuitem **View -> Utilities -> Show [File](../../../cordova/file/fileobj/fileobj.html) Inspector**)
 29. Choose **"Relative to CORDOVALIB"** in the **File Inspector** for the drop-down menu for **Location**
 30. Set the Xcode preference **"Xcode Preferences -> Locations -> Derived Data -> Advanced…"** to **"Unique"** (this is so the unified headers can be found)
 31. Select the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Settings"** tab
@@ -99,7 +99,7 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc
     
         "$(BUILT_PRODUCTS_DIR)"
 
-33. Search for **"Other Linker Flags"**. For that setting, add this value below:
+33. Search for **"Other Linker [Flags](../../../cordova/file/flags/flags.html)"**. For that setting, add this value below:
 
         -weak_framework CoreFoundation
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/index.md b/www/docs/en/2.1.0/index.md
index e522960..cabc769 100644
--- a/www/docs/en/2.1.0/index.md
+++ b/www/docs/en/2.1.0/index.md
@@ -24,82 +24,82 @@ title: API Reference
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2>Accelerometer</h2>
+            <h2><a href="cordova/accelerometer/accelerometer.html">Accelerometer</a></h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2>Camera</h2>
-            <span>Capture a photo using the device's camera.</span>
+            <h2><a href="cordova/camera/camera.html">Camera</a></h2>
+            <span><a href="cordova/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
         </li>
         <li>
-            <h2>Capture</h2>
-            <span>Capture media files using device's media capture applications.</span>
+            <h2><a href="cordova/media/capture/capture.html">Capture</a></h2>
+            <span><a href="cordova/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2>Compass</h2>
+            <h2><a href="cordova/compass/compass.html">Compass</a></h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2>Connection</h2>
+            <h2><a href="cordova/connection/connection.html">Connection</a></h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2>Contacts</h2>
+            <h2><a href="cordova/contacts/contacts.html">Contacts</a></h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2>Device</h2>
+            <h2><a href="cordova/device/device.html">Device</a></h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2>Events</h2>
+            <h2><a href="cordova/events/events.html">Events</a></h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2>File</h2>
+            <h2><a href="cordova/file/fileobj/fileobj.html">File</a></h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2>Geolocation</h2>
+            <h2><a href="cordova/geolocation/geolocation.html">Geolocation</a></h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2>Media</h2>
+            <h2><a href="cordova/media/media.html">Media</a></h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2>Notification</h2>
+            <h2><a href="cordova/notification/notification.html">Notification</a></h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2>Storage</h2>
+            <h2><a href="cordova/storage/storage.html">Storage</a></h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2>Getting Started Guides</h2>
+            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>
-            <h2>Command-Line Usage</h2>
+            <h2><a href="guide/command-line/index.html">Command-Line Usage</a></h2>
             <span>Create, build, deploy, and debug from the command-line.</span>
         </li>
         <li>
-            <h2>Upgrading Guides</h2>
+            <h2><a href="guide/upgrading/index.html">Upgrading Guides</a></h2>
             <span>Upgrade an application to the latest Cordova release.</span>
         </li>
         <li>
-            <h2>Plugin Development Guide</h2>
+            <h2><a href="guide/plugin-development/index.html">Plugin Development Guide</a></h2>
             <span>Develop your first Cordova plugin.</span>
         </li>
         <li>
-            <h2>Domain Whitelist Guide</h2>
+            <h2><a href="guide/whitelist/index.html">Domain Whitelist Guide</a></h2>
             <span>Grant an application access to external domains.</span>
         </li>
         <li>
-            <h2>Embedding WebView</h2>
+            <h2><a href="guide/cordova-webview/index.html">Embedding WebView</a></h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
     </ul>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/2.2.0/cordova/accelerometer/acceleration/acceleration.md
index 78d486f..3bc1488 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/acceleration/acceleration.md
@@ -23,7 +23,7 @@ title: Acceleration
 Acceleration
 ============
 
-Contains `Accelerometer` data captured at a specific point in time.
+Contains `[Accelerometer](../accelerometer.html)` data captured at a specific point in time.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `[Accelerometer](../accelerometer.html)` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -49,7 +49,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(acceleration) {
@@ -65,7 +65,7 @@ Quick Example
 
     navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.clearWatch.md
index 25607ed..209ea0c 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -23,11 +23,11 @@ title: accelerometer.clearWatch
 accelerometer.clearWatch
 ========================
 
-Stop watching the `Acceleration` referenced by the watch ID parameter.
+Stop watching the `[Acceleration](acceleration/acceleration.html)` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
+- __watchID__: The ID returned by `[accelerometer.watchAcceleration](accelerometer.watchAcceleration.html)`.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
@@ -48,7 +48,7 @@ Quick Example
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index ab64561..b6165c8 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -32,7 +32,7 @@ Description
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `accelerometerSuccess` callback function.
+The acceleration is returned using the `[accelerometerSuccess](parameters/accelerometerSuccess.html)` callback function.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(acceleration) {
@@ -60,7 +60,7 @@ Quick Example
 
     navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.md b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.md
index 16afeab..143de64 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.md
@@ -28,21 +28,21 @@ Accelerometer
 Methods
 -------
 
-- accelerometer.getCurrentAcceleration
-- accelerometer.watchAcceleration
-- accelerometer.clearWatch
+- [accelerometer.getCurrentAcceleration](accelerometer.getCurrentAcceleration.html)
+- [accelerometer.watchAcceleration](accelerometer.watchAcceleration.html)
+- [accelerometer.clearWatch](accelerometer.clearWatch.html)
 
 Arguments
 ---------
 
-- accelerometerSuccess
-- accelerometerError
-- accelerometerOptions
+- [accelerometerSuccess](parameters/accelerometerSuccess.html)
+- [accelerometerError](parameters/accelerometerError.html)
+- [accelerometerOptions](parameters/accelerometerOptions.html)
 
 Objects (Read-Only)
 -------------------
 
-- Acceleration
+- [Acceleration](acceleration/acceleration.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.watchAcceleration.md
index 0054373..f9ae9b9 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -34,9 +34,9 @@ Description
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `[Acceleration](acceleration/acceleration.html)` is retrieved, the `[accelerometerSuccess](parameters/accelerometerSuccess.html)` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
+The returned watch ID references the accelerometer watch interval. The watch ID can be used with `[accelerometer.clearWatch](accelerometer.clearWatch.html)` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -49,7 +49,7 @@ Supported Platforms
 - Tizen
 
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(acceleration) {
@@ -67,7 +67,7 @@ Quick Example
     
     var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerOptions.md
index 716c9ca..7443ca5 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -28,4 +28,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `[Acceleration](../acceleration/acceleration.html)` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerSuccess.md
index 49a0889..37d0d4c 100644
--- a/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/2.2.0/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -23,7 +23,7 @@ title: accelerometerSuccess
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the Acceleration information.
+onSuccess callback function that provides the [Acceleration](../acceleration/acceleration.html) information.
 
     function(acceleration) {
         // Do something
@@ -34,7 +34,7 @@ Parameters
 
 - __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-Example
+[Example](../../storage/storage.opendatabase.html)
 -------
 
     function onSuccess(acceleration) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/camera/camera.cleanup.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/camera/camera.cleanup.md b/www/docs/en/2.2.0/cordova/camera/camera.cleanup.md
index 0756c6f..5998349 100644
--- a/www/docs/en/2.2.0/cordova/camera/camera.cleanup.md
+++ b/www/docs/en/2.2.0/cordova/camera/camera.cleanup.md
@@ -30,7 +30,7 @@ Cleans up the image files that were taken by the camera, that were stored in a t
 Description
 -----------
 
-Cleans up the image files stored in the temporary storage location, when the function `camera.getPicture` is used with  `Camera.sourceType = Camera.PictureSourceType.CAMERA` and `Camera.destinationType = Camera.DestinationType.FILE_URI`
+Cleans up the image files stored in the temporary storage location, when the function `[camera.getPicture](camera.getPicture.html)` is used with  `[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA` and `[Camera](camera.html).destinationType = [Camera](camera.html).DestinationType.FILE_URI`
 
 
 Supported Platforms
@@ -39,7 +39,7 @@ Supported Platforms
 - iOS
 
 
-Example
+[Example](../storage/storage.opendatabase.html)
 -------------
 
     navigator.camera.cleanup(onSuccess, onFail); 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/camera/camera.getPicture.md b/www/docs/en/2.2.0/cordova/camera/camera.getPicture.md
index cba5354..bc09b37 100644
--- a/www/docs/en/2.2.0/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/2.2.0/cordova/camera/camera.getPicture.md
@@ -30,11 +30,11 @@ Takes a photo using the camera or retrieves a photo from the device's album.  Th
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `[Camera](camera.html).sourceType = [Camera](camera.html).PictureSourceType.PHOTOLIBRARY` or `[Camera](camera.html).PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
+The return value will be sent to the `[cameraSuccess](parameter/cameraSuccess.html)` function, in one of the following formats, depending on the `[cameraOptions](parameter/cameraOptions.html)` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -45,7 +45,7 @@ You can do whatever you want with the encoded image or URI, for example:
 - Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the 'Camera.destinationType' is highly recommended.___
+__Note:__ The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  ___Encoding such images using Base64 has caused memory issues on many newer devices.  Therefore, using FILE\_URI as the '[Camera](camera.html).destinationType' is highly recommended.___
 
 Supported Platforms
 -------------------
@@ -76,9 +76,9 @@ via Zune will not work, and the error callback will be triggered.
 Tizen Quirks
 ----------------------
 
-Only 'destinationType: Camera.DestinationType.FILE_URI' and 'sourceType: Camera.PictureSourceType.PHOTOLIBRARY' are supported.
+Only 'destinationType: [Camera](camera.html).DestinationType.FILE_URI' and 'sourceType: [Camera](camera.html).PictureSourceType.PHOTOLIBRARY' are supported.
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
 Take photo and retrieve Base64-encoded image:
@@ -111,7 +111,7 @@ Take photo and retrieve image file location:
     }
 
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/camera/camera.md b/www/docs/en/2.2.0/cordova/camera/camera.md
index deffe01..a4f0d41 100644
--- a/www/docs/en/2.2.0/cordova/camera/camera.md
+++ b/www/docs/en/2.2.0/cordova/camera/camera.md
@@ -28,8 +28,8 @@ Camera
 Methods
 -------
 
-- camera.getPicture
-- camera.cleanup
+- [camera.getPicture](camera.getPicture.html)
+- [camera.cleanup](camera.cleanup.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/camera/parameter/CameraPopoverOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/camera/parameter/CameraPopoverOptions.md b/www/docs/en/2.2.0/cordova/camera/parameter/CameraPopoverOptions.md
index 139fa44..c6518f3 100644
--- a/www/docs/en/2.2.0/cordova/camera/parameter/CameraPopoverOptions.md
+++ b/www/docs/en/2.2.0/cordova/camera/parameter/CameraPopoverOptions.md
@@ -43,7 +43,7 @@ CameraPopoverOptions
 
 - __height:__ height, in pixels, of the element on the screen to anchor popover onto. (`Number`)
 
-- __arrowDir:__ Direction the arrow on the popover should point.  Defined in Camera.PopoverArrowDirection (`Number`)
+- __arrowDir:__ Direction the arrow on the popover should point.  Defined in [Camera](../camera.html).PopoverArrowDirection (`Number`)
         
             Camera.PopoverArrowDirection = {
                 ARROW_UP : 1,        // matches iOS UIPopoverArrowDirection constants
@@ -55,7 +55,7 @@ CameraPopoverOptions
   
 Note that the size of the popover may change to adjust to the direction of the arrow and orientation of the screen.  Make sure to account for orientation changes when specifying the anchor element location. 
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
      var popover = new CameraPopoverOptions(300,300,100,100,Camera.PopoverArrowDirection.ARROW_ANY);

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/camera/parameter/cameraOptions.md b/www/docs/en/2.2.0/cordova/camera/parameter/cameraOptions.md
index 8cb9fab..f1ba29a 100644
--- a/www/docs/en/2.2.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/2.2.0/cordova/camera/parameter/cameraOptions.md
@@ -77,13 +77,13 @@ Options
 
 - __correctOrientation:__ Rotate the image to correct for the orientation of the device during capture. (`Boolean`)
 - __saveToPhotoAlbum:__ Save the image to the photo album on the device after capture. (`Boolean`)
-- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in CameraPopoverOptions
+- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in [CameraPopoverOptions](CameraPopoverOptions.html)
   
 Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- [Camera](../camera.html).PictureSourceType.PHOTOLIBRARY and [Camera](../camera.html).PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
 
 BlackBerry Quirks
 -----------------
@@ -91,9 +91,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native Camera application after photo is taken.
+- Application must have key injection permissions to close native [Camera](../camera.html) application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- Camera.MediaType is not supported.
+- [Camera](../camera.html).MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 
 webOS Quirks
@@ -102,7 +102,7 @@ webOS Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Camera.MediaType is not supported.
+- [Camera](../camera.html).MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/2.2.0/cordova/camera/parameter/cameraSuccess.md
index d8e58ca..5b58248 100644
--- a/www/docs/en/2.2.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/2.2.0/cordova/camera/parameter/cameraSuccess.md
@@ -32,9 +32,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `[cameraOptions](cameraOptions.html)` used. (`String`)
 
-Example
+[Example](../../storage/storage.opendatabase.html)
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compass.clearWatch.md b/www/docs/en/2.2.0/cordova/compass/compass.clearWatch.md
index e19bf63..b24569e 100644
--- a/www/docs/en/2.2.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/2.2.0/cordova/compass/compass.clearWatch.md
@@ -27,7 +27,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `compass.watchHeading`.
+- __watchID__: The ID returned by `[compass.watchHeading](compass.watchHeading.html)`.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
@@ -48,7 +48,7 @@ Quick Example
     
     navigator.compass.clearWatch(watchID);
     
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/2.2.0/cordova/compass/compass.clearWatchFilter.md
index 3d509d8..214eb1e 100644
--- a/www/docs/en/2.2.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/2.2.0/cordova/compass/compass.clearWatchFilter.md
@@ -23,4 +23,4 @@ title: compass.clearWatchFilter
 compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file
+No longer supported as of 1.6.  See `[compass.clearWatch](compass.clearWatch.html)`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/2.2.0/cordova/compass/compass.getCurrentHeading.md
index b190d3f..010e7a1 100644
--- a/www/docs/en/2.2.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/2.2.0/cordova/compass/compass.getCurrentHeading.md
@@ -32,7 +32,7 @@ Description
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
+The compass heading information is returned via a CompassHeading object using the `[compassSuccess](parameters/compassSuccess.html)` callback function.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(heading) {
@@ -57,7 +57,7 @@ Quick Example
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compass.md b/www/docs/en/2.2.0/cordova/compass/compass.md
index 208a712..bdf91df 100644
--- a/www/docs/en/2.2.0/cordova/compass/compass.md
+++ b/www/docs/en/2.2.0/cordova/compass/compass.md
@@ -28,19 +28,19 @@ Compass
 Methods
 -------
 
-- compass.getCurrentHeading
-- compass.watchHeading
-- compass.clearWatch
-- compass.watchHeadingFilter 	(obsolete)
+- [compass.getCurrentHeading](compass.getCurrentHeading.html)
+- [compass.watchHeading](compass.watchHeading.html)
+- [compass.clearWatch](compass.clearWatch.html)
+- [compass.watchHeadingFilter](compass.watchHeadingFilter.html) 	(obsolete)
 - compass.clearWatchFilter		(obsolete)
 
 Arguments
 ---------
 
-- compassSuccess
-- compassError
-- compassOptions
-- compassHeading
+- [compassSuccess](parameters/compassSuccess.html)
+- [compassError](parameters/compassError.html)
+- [compassOptions](parameters/compassOptions.html)
+- [compassHeading](parameters/compassHeading.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compass.watchHeading.md b/www/docs/en/2.2.0/cordova/compass/compass.watchHeading.md
index 35b4c97..c8ccf50 100644
--- a/www/docs/en/2.2.0/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/2.2.0/cordova/compass/compass.watchHeading.md
@@ -32,9 +32,9 @@ Description
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `[compassOptions](parameters/compassOptions.html)` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `[compass.clearWatch](compass.clearWatch.html)` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - Tizen
 
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(heading) {
@@ -63,7 +63,7 @@ Quick Example
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -131,6 +131,6 @@ Full Example
 iOS Quirks
 --------------
 
-In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.  Clear the watch as normal by passing the returned watch ID to `compass.clearWatch`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
+In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `[compassOptions](parameters/compassOptions.html)` object.  Clear the watch as normal by passing the returned watch ID to `[compass.clearWatch](compass.clearWatch.html)`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
 
 In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/2.2.0/cordova/compass/compass.watchHeadingFilter.md
index d3531cf..b2aaebe 100644
--- a/www/docs/en/2.2.0/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/2.2.0/cordova/compass/compass.watchHeadingFilter.md
@@ -23,4 +23,4 @@ title: compass.watchHeadingFilter
 compass.watchHeadingFilter
 ==========================
 
-No longer supported as of 1.6, see `compass.watchHeading` for equivalent functionality.
+No longer supported as of 1.6, see `[compass.watchHeading](compass.watchHeading.html)` for equivalent functionality.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/compassError/compassError.md b/www/docs/en/2.2.0/cordova/compass/compassError/compassError.md
index 25a2547..254f12b 100644
--- a/www/docs/en/2.2.0/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/2.2.0/cordova/compass/compassError/compassError.md
@@ -23,7 +23,7 @@ title: CompassError
 CompassError
 ==========
 
-A `CompassError` object is returned to the `compassError` callback function when an error occurs.
+A `CompassError` object is returned to the `[compassError](../parameters/compassError.html)` callback function when an error occurs.
 
 Properties
 ----------
@@ -38,6 +38,6 @@ Constants
 Description
 -----------
 
-The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `[compassError](../parameters/compassError.html)` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/parameters/compassError.md b/www/docs/en/2.2.0/cordova/compass/parameters/compassError.md
index fc209a5..facf067 100644
--- a/www/docs/en/2.2.0/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/2.2.0/cordova/compass/parameters/compassError.md
@@ -25,7 +25,7 @@ compassError
 
 onError callback function for compass functions. 
 
-Example
+[Example](../../storage/storage.opendatabase.html)
 -------
 
 function(CompassError) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/parameters/compassHeading.md b/www/docs/en/2.2.0/cordova/compass/parameters/compassHeading.md
index 1743f37..1d2bddc 100644
--- a/www/docs/en/2.2.0/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/2.2.0/cordova/compass/parameters/compassHeading.md
@@ -23,7 +23,7 @@ title: compassHeading
 compassHeading
 ==========
 
-A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
+A `CompassHeading` object is returned to the `[compassSuccess](compassSuccess.html)` callback function when an error occurs.
 
 Properties
 ----------
@@ -35,7 +35,7 @@ Properties
 Description
 -----------
 
-The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
+The `CompassHeading` object is returned to the user through the `[compassSuccess](compassSuccess.html)` callback function.
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/compass/parameters/compassSuccess.md b/www/docs/en/2.2.0/cordova/compass/parameters/compassSuccess.md
index 43ece54..597fe5a 100644
--- a/www/docs/en/2.2.0/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/2.2.0/cordova/compass/parameters/compassSuccess.md
@@ -23,7 +23,7 @@ title: compassSuccess
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a compassHeading object.
+onSuccess callback function that provides the compass heading information via a [compassHeading](compassHeading.html) object.
 
     function(heading) {
         // Do something
@@ -35,7 +35,7 @@ Parameters
 
 - __heading:__ The heading information. _(compassHeading)_
 
-Example
+[Example](../../storage/storage.opendatabase.html)
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.2.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/cordova/connection/connection.md b/www/docs/en/2.2.0/cordova/connection/connection.md
index 4e92351..3613010 100644
--- a/www/docs/en/2.2.0/cordova/connection/connection.md
+++ b/www/docs/en/2.2.0/cordova/connection/connection.md
@@ -30,7 +30,7 @@ This object is exposed as `navigator.connection`.
 Properties
 ----------
 
-- connection.type
+- [connection.type](connection.type.html)
 
 Constants
 ---------


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