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/19 21:01:03 UTC

[39/52] [partial] docs commit: Making links in docs manual instead of automatic.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/camera.md b/www/docs/en/1.6.0/cordova/camera/camera.md
index 5bddc52..e2ef3ea 100644
--- a/www/docs/en/1.6.0/cordova/camera/camera.md
+++ b/www/docs/en/1.6.0/cordova/camera/camera.md
@@ -28,4 +28,4 @@ Camera
 Methods
 -------
 
-- camera.getPicture
\ No newline at end of file
+- [camera.getPicture](camera.getPicture.html)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
index 3b37f83..dfb66bb 100644
--- a/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
@@ -80,8 +80,8 @@ Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- Camera.EncodingType is not supported.
+- [Camera](../camera.html).PictureSourceType.PHOTOLIBRARY and [Camera](../camera.html).PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- [Camera](../camera.html).EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -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.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -103,7 +103,7 @@ Palm 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/76d1ffce/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
index d8e58ca..5b58248 100644
--- a/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md b/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
index 1fa9c48..310d7ed 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.6.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
 -------------------
@@ -36,7 +36,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
@@ -45,7 +45,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/76d1ffce/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
index 3d509d8..214eb1e 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
index 0a98f32..f54a99c 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.6.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
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(heading) {
@@ -54,7 +54,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/76d1ffce/www/docs/en/1.6.0/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.md b/www/docs/en/1.6.0/cordova/compass/compass.md
index f689147..6647561 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.md
@@ -28,16 +28,16 @@ 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)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md b/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
index 47f99c2..be94305 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/1.6.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
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango ) if available in hardware
 
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(heading) {
@@ -60,7 +60,7 @@ Quick Example
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -128,6 +128,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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
index d3531cf..b2aaebe 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md b/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
index 25a2547..254f12b 100644
--- a/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md b/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
index fc209a5..facf067 100644
--- a/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md b/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
index 1743f37..1d2bddc 100644
--- a/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md b/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
index 43ece54..597fe5a 100644
--- a/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.6.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/76d1ffce/www/docs/en/1.6.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/connection/connection.md b/www/docs/en/1.6.0/cordova/connection/connection.md
index 8f963f9..00afa66 100644
--- a/www/docs/en/1.6.0/cordova/connection/connection.md
+++ b/www/docs/en/1.6.0/cordova/connection/connection.md
@@ -30,7 +30,7 @@ This object is accessed under the navigator.network interface.
 Properties
 ----------
 
-- connection.type
+- [connection.type](connection.type.html)
 
 Constants
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/connection/connection.type.md b/www/docs/en/1.6.0/cordova/connection/connection.type.md
index e708811..df885bf 100644
--- a/www/docs/en/1.6.0/cordova/connection/connection.type.md
+++ b/www/docs/en/1.6.0/cordova/connection/connection.type.md
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function checkConnection() {
@@ -60,7 +60,7 @@ Quick Example
     checkConnection();
 
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -93,7 +93,7 @@ Full Example
 	        states[Connection.CELL_4G]	= 'Cell 4G connection';
 	        states[Connection.NONE]   	= 'No network connection';
 
-	        alert('Connection type: ' + states[networkState]);
+	        alert('[Connection](connection.html) type: ' + states[networkState]);
 	    }
         
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md b/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
index a911395..e787c78 100644
--- a/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
+++ b/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
@@ -47,14 +47,14 @@ Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `[ContactError](../ContactError/contactError.html)` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
+The `Contact` object represents a user contact.  [Contacts](../contacts.html) can be created, saved to, or removed from the device contacts database.  [Contacts](../contacts.html) can also be retrieved (individually or in bulk) from the database by invoking the `[contacts.find](../contacts.find.html)` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -65,7 +65,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Save Quick Example
+Save Quick [Example](../../storage/storage.opendatabase.html)
 ------------------
 
 	function onSuccess(contact) {
@@ -73,7 +73,7 @@ Save Quick Example
 	};
 
 	function onError(contactError) {
-		alert("Error = " + contactError.code);
+		alert("Error = " + [contactError](../parameters/contactError.html).code);
 	};
 
 	// create a new contact object
@@ -82,7 +82,7 @@ Save Quick Example
 	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var name = new ContactName();
+	var name = new [ContactName](../ContactName/contactname.html)();
 	name.givenName = "Jane";
 	name.familyName = "Doe";
 	contact.name = name;
@@ -90,7 +90,7 @@ Save Quick Example
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick Example
+Clone Quick [Example](../../storage/storage.opendatabase.html)
 -------------------
 
 	// clone the contact object
@@ -99,7 +99,7 @@ Clone Quick Example
 	console.log("Original contact name = " + contact.name.givenName);
 	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick Example
+Remove Quick [Example](../../storage/storage.opendatabase.html)
 --------------------
 
     function onSuccess() {
@@ -113,7 +113,7 @@ Remove Quick Example
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -135,7 +135,7 @@ Full Example
 		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
 			contact.nickname = "Plumber"; 		//specify both to support all devices
-			var name = new ContactName();
+			var name = new [ContactName](../ContactName/contactname.html)();
 			name.givenName = "Jane";
 			name.familyName = "Doe";
 			contact.name = name;
@@ -162,7 +162,7 @@ Full Example
         // onSaveError: Failed to get the contacts
         //
         function onSaveError(contactError) {
-			alert("Error = " + contactError.code);
+			alert("Error = " + [contactError](../parameters/contactError.html).code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -174,7 +174,7 @@ Full Example
         // onRemoveError: Failed to get the contacts
         //
         function onRemoveError(contactError) {
-			alert("Error = " + contactError.code);
+			alert("Error = " + [contactError](../parameters/contactError.html).code);
         }
 
         </script>
@@ -218,7 +218,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no [ContactName](../ContactName/contactname.html) specified.  If there is no [ContactName](../ContactName/contactname.html), then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a [File](../../file/fileobj/fileobj.html) URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
index 7bda30c..e53fa78 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
@@ -23,7 +23,7 @@ title: ContactAddress
 ContactAddress
 ==============
 
-Contains address properties for a `Contact` object.
+Contains address properties for a `[Contact](../Contact/contact.html)` object.
 
 Properties
 ----------
@@ -39,7 +39,7 @@ Properties
 Details
 -------
 
-The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `[Contact](../Contact/contact.html)` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
 	// display the address information for all contacts
@@ -77,7 +77,7 @@ Quick Example
 	var filter = ["displayName","addresses"];
     navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -96,7 +96,7 @@ Full Example
         //
         function onDeviceReady() {
 		    // find all contacts
-		    var options = new ContactFindOptions();
+		    var options = new [ContactFindOptions](../ContactFindOptions/contactfindoptions.html)();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
 		    navigator.contacts.find(filter, onSuccess, onError, options);

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md b/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
index 0c6d3c4..bb2ae8a 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
@@ -23,7 +23,7 @@ title: ContactError
 ContactError
 ========
 
-A `ContactError` object is returned to the `contactError` callback when an error occurs.
+A `ContactError` object is returned to the `[contactError](../parameters/contactError.html)` callback when an error occurs.
 
 Properties
 ----------
@@ -44,5 +44,5 @@ Constants
 Description
 -----------
 
-The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `[contactError](../parameters/contactError.html)` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md b/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
index 2e08c05..3582a52 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
@@ -23,7 +23,7 @@ title: ContactField
 ContactField
 ============
 
-Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `[Contact](../Contact/contact.html)` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
@@ -35,9 +35,9 @@ Properties
 Details
 -------
 
-The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `[Contact](../Contact/contact.html)` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `[Contact](../Contact/contact.html)` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
 	// create a new contact
@@ -62,7 +62,7 @@ Quick Example
 	// save the contact
 	contact.save();
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -94,7 +94,7 @@ Full Example
 			contact.save();
 
 			// search contacts, returning display name and phone numbers
-			var options = new ContactFindOptions();
+			var options = new [ContactFindOptions](../ContactFindOptions/contactfindoptions.html)();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
 			navigator.contacts.find(filter, onSuccess, onError, options);

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 20c5385..637ddba 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -23,7 +23,7 @@ title: ContactFindOptions
 ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `contacts.find` operation.
+Contains properties that can be used to filter the results of a `[contacts.find](../contacts.find.html)` operation.
 
 Properties
 ----------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
 	// success callback
@@ -63,7 +63,7 @@ Quick Example
 	// find contacts
     navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md b/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
index d9b4759..86111cc 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
@@ -23,7 +23,7 @@ title: ContactName
 ContactName
 ===========
 
-Contains name properties of a `Contact` object.
+Contains name properties of a `[Contact](../Contact/contact.html)` object.
 
 Properties
 ----------
@@ -47,7 +47,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(contacts) {
@@ -70,7 +70,7 @@ Quick Example
 	filter = ["displayName","name"];
     navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -88,7 +88,7 @@ Full Example
         // Cordova is ready
         //
         function onDeviceReady() {
-			var options = new ContactFindOptions();
+			var options = new [ContactFindOptions](../ContactFindOptions/contactfindoptions.html)();
 			options.filter="";
 			filter = ["displayName","name"];
 			navigator.contacts.find(filter, onSuccess, onError, options);

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
index 705889e..0bbed3c 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
@@ -23,7 +23,7 @@ title: ContactOrganization
 ContactOrganization
 ===================
 
-Contains organization properties of a `Contact` object.
+Contains organization properties of a `[Contact](../Contact/contact.html)` object.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Details
 -------
 
-The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `[Contact](../Contact/contact.html)` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(contacts) {
@@ -69,7 +69,7 @@ Quick Example
 	filter = ["displayName","organizations"];
     navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -87,7 +87,7 @@ Full Example
         // Cordova is ready
         //
         function onDeviceReady() {
-			var options = new ContactFindOptions();
+			var options = new [ContactFindOptions](../ContactFindOptions/contactfindoptions.html)();
 			options.filter="";
 			filter = ["displayName","organizations"];
 			navigator.contacts.find(filter, onSuccess, onError, options);

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/contacts.create.md b/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
index d2e346e..ae9a4ed 100644
--- a/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
+++ b/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
@@ -23,16 +23,16 @@ title: contacts.create
 contacts.create
 ===============
 
-Returns a new Contact object.
+Returns a new [Contact](Contact/contact.html) object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `Contact` object.
+contacts.create is a synchronous function that returns a new `[Contact](Contact/contact.html)` object.
 
-This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
+This method does not persist the [Contact](Contact/contact.html) object to the device contacts database.  To persist the [Contact](Contact/contact.html) object to the device, invoke the `[Contact](Contact/contact.html).save` method.
 
 Supported Platforms
 -------------------
@@ -41,12 +41,12 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/contacts.find.md b/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
index b28f8c7..ba1f393 100644
--- a/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
+++ b/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
@@ -23,23 +23,23 @@ title: contacts.find
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `[Contact](Contact/contact.html)` objects, each containing the fields specified.
 
     navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `[Contact](Contact/contact.html)` objects.  The resulting objects are passed to the `[contactSuccess](parameters/contactSuccess.html)` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `[Contact](Contact/contact.html)` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `[Contact](Contact/contact.html)` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
 The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactFields:__ [Contact](Contact/contact.html) fields to be used as search qualifier. Only these fields will have values in the resulting `[Contact](Contact/contact.html)` objects. _(DOMString[])_ [Required]
 - __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
 - __contactError:__ Error callback function. Invoked when error occurs. [Optional]
 - __contactFindOptions:__ Search options to filter contacts. [Optional]
@@ -51,7 +51,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(contacts) {
@@ -68,7 +68,7 @@ Quick Example
 	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -87,7 +87,7 @@ Full Example
         //
         function onDeviceReady() {
 		    // find all contacts with 'Bob' in any name field
-		    var options = new ContactFindOptions();
+		    var options = new [ContactFindOptions](ContactFindOptions/contactfindoptions.html)();
 			options.filter="Bob"; 
 			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/contacts.md b/www/docs/en/1.6.0/cordova/contacts/contacts.md
index 9d7c63f..1b50c0a 100644
--- a/www/docs/en/1.6.0/cordova/contacts/contacts.md
+++ b/www/docs/en/1.6.0/cordova/contacts/contacts.md
@@ -28,24 +28,24 @@ Contacts
 Methods
 -------
 
-- contacts.create
-- contacts.find
+- [contacts.create](contacts.create.html)
+- [contacts.find](contacts.find.html)
 
 Arguments
 ---------
 
-- contactFields
-- contactSuccess
-- contactError
-- contactFindOptions
+- [contactFields](parameters/contactFields.html)
+- [contactSuccess](parameters/contactSuccess.html)
+- [contactError](parameters/contactError.html)
+- [contactFindOptions](parameters/contactFindOptions.html)
 
 Objects
 -------
 
-- Contact
-- ContactName
-- ContactField
-- ContactAddress
-- ContactOrganization
-- ContactFindOptions
-- ContactError
\ No newline at end of file
+- [Contact](Contact/contact.html)
+- [ContactName](ContactName/contactname.html)
+- [ContactField](ContactField/contactfield.html)
+- [ContactAddress](ContactAddress/contactaddress.html)
+- [ContactOrganization](ContactOrganization/contactorganization.html)
+- [ContactFindOptions](ContactFindOptions/contactfindoptions.html)
+- [ContactError](ContactError/contactError.html)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
index ae27dd7..368541b 100644
--- a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
@@ -23,6 +23,6 @@ title: contactFields
 contactFields
 =============
 
-Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
+Required parameter of the `[contacts.find](../contacts.find.html)` method.  Use this parameter to specify which fields should be included in the `[Contact](../Contact/contact.html)` objects resulting from a find operation.
 
     ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
index b166110..9459ec4 100644
--- a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
@@ -23,7 +23,7 @@ title: contactFindOptions
 contactFindOptions
 ==================
 
-Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `[contacts.find](../contacts.find.html)` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md b/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
index 22137b6..6b5204c 100644
--- a/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
@@ -23,7 +23,7 @@ title: contactSuccess
 contactSuccess
 ==============
 
-Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
+Success callback function that provides the `[Contact](../Contact/contact.html)` array resulting from a `[contacts.find](../contacts.find.html)` operation.
 
     function(contacts) {
         // Do something
@@ -32,9 +32,9 @@ Success callback function that provides the `Contact` array resulting from a `co
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`Contact`)
+- __contacts:__ The contact array resulting from a find operation. (`[Contact](../Contact/contact.html)`)
 
-Example
+[Example](../../storage/storage.opendatabase.html)
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.cordova.md b/www/docs/en/1.6.0/cordova/device/device.cordova.md
index a79dcaa..22e0e33 100644
--- a/www/docs/en/1.6.0/cordova/device/device.cordova.md
+++ b/www/docs/en/1.6.0/cordova/device/device.cordova.md
@@ -40,12 +40,12 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     var name = device.cordova;
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.md b/www/docs/en/1.6.0/cordova/device/device.md
index 387def6..0ff0d10 100644
--- a/www/docs/en/1.6.0/cordova/device/device.md
+++ b/www/docs/en/1.6.0/cordova/device/device.md
@@ -28,11 +28,11 @@ Device
 Properties
 ----------
 
-- device.name
-- device.cordova
-- device.platform
-- device.uuid
-- device.version
+- [device.name](device.name.html)
+- [device.cordova](device.cordova.html)
+- [device.platform](device.platform.html)
+- [device.uuid](device.uuid.html)
+- [device.version](device.version.html)
 
 Variable Scope
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.name.md b/www/docs/en/1.6.0/cordova/device/device.name.md
index 26a90cc..ed632bb 100644
--- a/www/docs/en/1.6.0/cordova/device/device.name.md
+++ b/www/docs/en/1.6.0/cordova/device/device.name.md
@@ -40,7 +40,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Android:    Nexus One       returns "Passion" (Nexus One code name)
@@ -50,7 +50,7 @@ Quick Example
     //
     var name = device.name;
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.platform.md b/www/docs/en/1.6.0/cordova/device/device.platform.md
index f163c9a..335eabb 100644
--- a/www/docs/en/1.6.0/cordova/device/device.platform.md
+++ b/www/docs/en/1.6.0/cordova/device/device.platform.md
@@ -35,7 +35,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Depending on the device, a few examples are:
@@ -46,7 +46,7 @@ Quick Example
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.uuid.md b/www/docs/en/1.6.0/cordova/device/device.uuid.md
index 53475a7..f49914b 100644
--- a/www/docs/en/1.6.0/cordova/device/device.uuid.md
+++ b/www/docs/en/1.6.0/cordova/device/device.uuid.md
@@ -40,7 +40,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -58,7 +58,7 @@ Quick Example
     // 
     var deviceID = device.uuid;
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.version.md b/www/docs/en/1.6.0/cordova/device/device.version.md
index 9c1d7ce..98aae49 100644
--- a/www/docs/en/1.6.0/cordova/device/device.version.md
+++ b/www/docs/en/1.6.0/cordova/device/device.version.md
@@ -35,7 +35,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -49,7 +49,7 @@ Quick Example
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     var deviceVersion = device.version;
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.backbutton.md b/www/docs/en/1.6.0/cordova/events/events.backbutton.md
index b92dc88..c660368 100644
--- a/www/docs/en/1.6.0/cordova/events/events.backbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.backbutton.md
@@ -32,7 +32,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -50,7 +50,7 @@ Quick Example
         // Handle the back button
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.batterycritical.md b/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
index ef5cdc3..27c3647 100644
--- a/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
+++ b/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
@@ -37,7 +37,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -56,7 +56,7 @@ Quick Example
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.batterylow.md b/www/docs/en/1.6.0/cordova/events/events.batterylow.md
index 5bcb031..912207c 100644
--- a/www/docs/en/1.6.0/cordova/events/events.batterylow.md
+++ b/www/docs/en/1.6.0/cordova/events/events.batterylow.md
@@ -37,7 +37,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -56,7 +56,7 @@ Quick Example
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.batterystatus.md b/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
index f61c9ae..32a49be 100644
--- a/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
+++ b/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
@@ -37,7 +37,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -55,7 +55,7 @@ The `level` property is unavailable as Windows Phone 7 does not provide
 native APIs for determining battery level. The `isPlugged` parameter
 _is_ supported.
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
@@ -65,7 +65,7 @@ Quick Example
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.deviceready.md b/www/docs/en/1.6.0/cordova/events/events.deviceready.md
index 6c139ae..436cc06 100644
--- a/www/docs/en/1.6.0/cordova/events/events.deviceready.md
+++ b/www/docs/en/1.6.0/cordova/events/events.deviceready.md
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("deviceready", onDeviceReady, false);
@@ -55,7 +55,7 @@ Quick Example
         // Now safe to use the Cordova API
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md b/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
index b2e4c84..b428ddc 100644
--- a/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
@@ -32,14 +32,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -48,7 +48,7 @@ Quick Example
         // Handle the end call button
     }
 
-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/76d1ffce/www/docs/en/1.6.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.md b/www/docs/en/1.6.0/cordova/events/events.md
index 98d85c1..57a45ed 100644
--- a/www/docs/en/1.6.0/cordova/events/events.md
+++ b/www/docs/en/1.6.0/cordova/events/events.md
@@ -28,19 +28,19 @@ Events
 Event Types
 -----------
 
-- deviceready
-- pause
-- resume
-- online
-- offline
-- backbutton
-- batterycritical
-- batterylow
-- batterystatus
-- menubutton
-- searchbutton
-- startcallbutton
-- endcallbutton
-- volumedownbutton
-- volumeupbutton
+- [deviceready](events.deviceready.html)
+- [pause](events.pause.html)
+- [resume](events.resume.html)
+- [online](events.online.html)
+- [offline](events.offline.html)
+- [backbutton](events.backbutton.html)
+- [batterycritical](events.batterycritical.html)
+- [batterylow](events.batterylow.html)
+- [batterystatus](events.batterystatus.html)
+- [menubutton](events.menubutton.html)
+- [searchbutton](events.searchbutton.html)
+- [startcallbutton](events.startcallbutton.html)
+- [endcallbutton](events.endcallbutton.html)
+- [volumedownbutton](events.volumedownbutton.html)
+- [volumeupbutton](events.volumeupbutton.html)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.menubutton.md b/www/docs/en/1.6.0/cordova/events/events.menubutton.md
index 8f03fb7..29f7ef2 100644
--- a/www/docs/en/1.6.0/cordova/events/events.menubutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.menubutton.md
@@ -32,7 +32,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -49,7 +49,7 @@ Quick Example
         // Handle the back button
     }
 
-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/76d1ffce/www/docs/en/1.6.0/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.offline.md b/www/docs/en/1.6.0/cordova/events/events.offline.md
index 6a14f8e..5ddbd03 100644
--- a/www/docs/en/1.6.0/cordova/events/events.offline.md
+++ b/www/docs/en/1.6.0/cordova/events/events.offline.md
@@ -32,7 +32,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -51,7 +51,7 @@ Quick Example
         // Handle the offline event
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.online.md b/www/docs/en/1.6.0/cordova/events/events.online.md
index 7b96322..572d048 100644
--- a/www/docs/en/1.6.0/cordova/events/events.online.md
+++ b/www/docs/en/1.6.0/cordova/events/events.online.md
@@ -32,7 +32,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -51,7 +51,7 @@ Quick Example
         // Handle the online event
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.pause.md b/www/docs/en/1.6.0/cordova/events/events.pause.md
index 2778997..b9d1b37 100644
--- a/www/docs/en/1.6.0/cordova/events/events.pause.md
+++ b/www/docs/en/1.6.0/cordova/events/events.pause.md
@@ -32,7 +32,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -51,7 +51,7 @@ Quick Example
         // Handle the pause event
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.resume.md b/www/docs/en/1.6.0/cordova/events/events.resume.md
index 2e12c67..9d021a1 100644
--- a/www/docs/en/1.6.0/cordova/events/events.resume.md
+++ b/www/docs/en/1.6.0/cordova/events/events.resume.md
@@ -32,7 +32,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -51,7 +51,7 @@ Quick Example
         // Handle the resume event
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.searchbutton.md b/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
index 2639bce..9079103 100644
--- a/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
@@ -32,14 +32,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -48,7 +48,7 @@ Quick Example
         // Handle the search button
     }
 
-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/76d1ffce/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md b/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
index 56e0086..65594c6 100644
--- a/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
@@ -32,14 +32,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -48,7 +48,7 @@ Quick Example
         // Handle the start call button
     }
 
-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/76d1ffce/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md b/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
index bc69239..f1da4e3 100644
--- a/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
@@ -32,14 +32,14 @@ Details
 
 If you need to override the default volume down behaviour you can register an event listener for the 'volumedownbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -48,7 +48,7 @@ Quick Example
         // Handle the volume down button
     }
 
-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/76d1ffce/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md b/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
index a3fb445..66021a1 100644
--- a/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
@@ -32,14 +32,14 @@ Details
 
 If you need to override the default volume up behaviour you can register an event listener for the 'volumeupbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '[deviceready](events.deviceready.html)' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -48,7 +48,7 @@ Quick Example
         // Handle the volume up button
     }
 
-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/76d1ffce/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md b/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
index e7b700a..63db1f7 100644
--- a/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
@@ -48,7 +48,7 @@ The following methods can be invoked on a DirectoryEntry object:
 - __toURI__: Return a URI that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new DirectoryReader that can read entries from a directory.
+- __createReader__: Create a new [DirectoryReader](../directoryreader/directoryreader.html) that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
 - __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
@@ -69,8 +69,8 @@ Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
+- __successCallback__ - A callback that is called with a [Metadata](../metadata/metadata.html) object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the [Metadata](../metadata/metadata.html). Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 
 __Quick Example__
@@ -104,7 +104,7 @@ __Parameters:__
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 
 __Quick Example__
@@ -141,7 +141,7 @@ __Parameters:__
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 
 __Quick Example__
@@ -187,7 +187,7 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 __Quick Example__
 	
@@ -211,7 +211,7 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 __Quick Example__
 	
@@ -230,7 +230,7 @@ __Quick Example__
 createReader
 ------------
 
-Creates a new DirectoryReader to read entries in a directory.
+Creates a new [DirectoryReader](../directoryreader/directoryreader.html) to read entries in a directory.
 
 __Quick Example__
 	
@@ -250,7 +250,7 @@ __Parameters:__
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
 - __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 __Quick Example__
 	
@@ -277,8 +277,8 @@ __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
 - __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
-- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
+- __successCallback__ - A callback that is invoked with a [FileEntry](../fileentry/fileentry.html) object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 __Quick Example__
 	
@@ -306,7 +306,7 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 __Quick Example__
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md b/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
index 72b6b10..facd75b 100644
--- a/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
@@ -46,8 +46,8 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
+- __successCallback__ - A callback that is passed an array of [FileEntry](../fileentry/fileentry.html) and [DirectoryEntry](../directoryentry/directoryentry.html) objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a [FileError](../fileerror/fileerror.html) object. _(Function)_
 
 __Quick Example__
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/1.6.0/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/file.md b/www/docs/en/1.6.0/cordova/file/file.md
index df3e660..2f138c8 100644
--- a/www/docs/en/1.6.0/cordova/file/file.md
+++ b/www/docs/en/1.6.0/cordova/file/file.md
@@ -20,7 +20,7 @@ license: >
 title: File
 ---
 
-File
+[File](fileobj/fileobj.html)
 ==========
 
 >  This API is based on the W3C [File API](http://www.w3.org/TR/FileAPI). An API to read, write and navigate file system hierarchies. 
@@ -28,18 +28,18 @@ File
 Objects
 -------
 
-- DirectoryEntry
-- DirectoryReader
-- File
-- FileEntry
-- FileError
-- FileReader
-- FileSystem
-- FileTransfer
-- FileTransferError
-- FileUploadOptions
-- FileUploadResult
-- FileWriter
-- Flags
-- LocalFileSystem
-- Metadata
\ No newline at end of file
+- [DirectoryEntry](directoryentry/directoryentry.html)
+- [DirectoryReader](directoryreader/directoryreader.html)
+- [File](fileobj/fileobj.html)
+- [FileEntry](fileentry/fileentry.html)
+- [FileError](fileerror/fileerror.html)
+- [FileReader](filereader/filereader.html)
+- [FileSystem](filesystem/filesystem.html)
+- [FileTransfer](filetransfer/filetransfer.html)
+- [FileTransferError](filetransfererror/filetransfererror.html)
+- [FileUploadOptions](fileuploadoptions/fileuploadoptions.html)
+- [FileUploadResult](fileuploadresult/fileuploadresult.html)
+- [FileWriter](filewriter/filewriter.html)
+- [Flags](flags/flags.html)
+- [LocalFileSystem](localfilesystem/localfilesystem.html)
+- [Metadata](metadata/metadata.html)
\ No newline at end of file


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