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:00:47 UTC

[23/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/2.0.0/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/MediaError/mediaError.md b/www/docs/en/2.0.0/cordova/media/MediaError/mediaError.md
index eb754bf..77e8375 100644
--- a/www/docs/en/2.0.0/cordova/media/MediaError/mediaError.md
+++ b/www/docs/en/2.0.0/cordova/media/MediaError/mediaError.md
@@ -23,7 +23,7 @@ title: MediaError
 MediaError
 ==========
 
-A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
+A `MediaError` object is returned to the `[mediaError](../Parameters/mediaError.html)` callback function when an error occurs.
 
 Properties
 ----------
@@ -43,5 +43,5 @@ Constants
 Description
 -----------
 
-The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `[mediaError](../Parameters/mediaError.html)` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/Parameters/mediaError.md b/www/docs/en/2.0.0/cordova/media/Parameters/mediaError.md
index 8132ca0..d4d330b 100644
--- a/www/docs/en/2.0.0/cordova/media/Parameters/mediaError.md
+++ b/www/docs/en/2.0.0/cordova/media/Parameters/mediaError.md
@@ -32,4 +32,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`MediaError`)
+- __error:__ The error returned by the device. (`[MediaError](../MediaError/mediaError.html)`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/CaptureCB.md b/www/docs/en/2.0.0/cordova/media/capture/CaptureCB.md
index 4388e48..d0d3154 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/CaptureCB.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/CaptureCB.md
@@ -32,9 +32,9 @@ Description
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each MediaFile object describes a captured media file.  
+Each [MediaFile](MediaFile.html) object describes a captured media file.  
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // capture callback

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/CaptureError.md b/www/docs/en/2.0.0/cordova/media/capture/CaptureError.md
index b41213d..884c309 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/CaptureError.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/CaptureError.md
@@ -33,8 +33,8 @@ Properties
 Constants
 ---------
 
-- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
-- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: [Camera](../../camera/camera.html) or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: [Camera](../../camera/camera.html) application or audio capture application is currently serving other capture request.
 - CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
 - CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
 - CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/CaptureErrorCB.md b/www/docs/en/2.0.0/cordova/media/capture/CaptureErrorCB.md
index a5ca339..37381e5 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/CaptureErrorCB.md
@@ -32,9 +32,9 @@ Description
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a CaptureError object containing an appropriate error code.
+This function is invoked with a [CaptureError](CaptureError.html) object containing an appropriate error code.
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // capture error callback

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/ConfigurationData.md b/www/docs/en/2.0.0/cordova/media/capture/ConfigurationData.md
index 373a8fd..7459960 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/ConfigurationData.md
@@ -45,7 +45,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/en/2.0.0/cordova/media/capture/MediaFile.getFormatData.md
index 9ed744f..559e0d7 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/MediaFile.getFormatData.md
@@ -20,7 +20,7 @@ license: >
 title: MediaFile.getFormatData
 ---
 
-MediaFile.getFormatData
+[MediaFile](MediaFile.html).getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
@@ -33,7 +33,7 @@ MediaFile.getFormatData
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a [MediaFileData](MediaFileData.html) object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -45,12 +45,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
+There is no API that provides format information of media files.  Therefore, all [MediaFileData](MediaFileData.html) objects will be returned with default values.  See [MediaFileData](MediaFileData.html) documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
+The API for retrieving media file format information is limited.  Therefore, not all [MediaFileData](MediaFileData.html) properties are supported.  See [MediaFileData](MediaFileData.html) documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all [MediaFileData](MediaFileData.html) properties are supported.  See [MediaFileData](MediaFileData.html) documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/MediaFileData.md b/www/docs/en/2.0.0/cordova/media/capture/MediaFileData.md
index 7f20b3f..b0cf847 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/MediaFileData.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/MediaFileData.md
@@ -36,7 +36,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the [MediaFile.getFormatData]([MediaFile](MediaFile.html).getFormatData.html) function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/capture.md b/www/docs/en/2.0.0/cordova/media/capture/capture.md
index d40c9e1..7ee8bad 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/capture.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/capture.md
@@ -29,22 +29,22 @@ Objects
 -------
 
 - Capture
-- CaptureAudioOptions
-- CaptureImageOptions
-- CaptureVideoOptions
-- CaptureCB
-- CaptureErrorCB
-- ConfigurationData
-- MediaFile
-- MediaFileData
+- [CaptureAudioOptions](captureAudioOptions.html)
+- [CaptureImageOptions](captureImageOptions.html)
+- [CaptureVideoOptions](captureVideoOptions.html)
+- [CaptureCB](CaptureCB.html)
+- [CaptureErrorCB](CaptureErrorCB.html)
+- [ConfigurationData](ConfigurationData.html)
+- [MediaFile](MediaFile.html)
+- [MediaFileData](MediaFileData.html)
 
 Methods
 -------
 
-- capture.captureAudio
-- capture.captureImage
-- capture.captureVideo
-- MediaFile.getFormatData
+- [capture.captureAudio](captureAudio.html)
+- [capture.captureImage](captureImage.html)
+- [capture.captureVideo](captureVideo.html)
+- [MediaFile.getFormatData]([MediaFile](MediaFile.html).getFormatData.html)
 
 Scope
 -----
@@ -64,9 +64,9 @@ Properties
 Methods
 -------
 
-- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
-- capture.captureImage: Launch the device camera application for taking image(s).
-- capture.captureVideo: Launch the device video recorder application for recording video(s).
+- [capture.captureAudio](captureAudio.html): Launch the device audio recording application for recording audio clip(s).
+- [capture.captureImage](captureImage.html): Launch the device camera application for taking image(s).
+- [capture.captureVideo](captureVideo.html): Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/captureAudio.md b/www/docs/en/2.0.0/cordova/media/capture/captureAudio.md
index 2eb6e7e..1db4246 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/captureAudio.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/captureAudio.md
@@ -26,7 +26,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
+	    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -34,9 +34,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in [CaptureAudioOptions](captureAudioOptions.html), has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the [CaptureCB](CaptureCB.html) callback with an array of [MediaFile](MediaFile.html) objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the [CaptureErrorCB](CaptureErrorCB.html) callback will be invoked with a [CaptureError](CaptureError.html) object with the [CaptureError](CaptureError.html).`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // capture callback
@@ -66,7 +66,7 @@ Quick Example
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -130,7 +130,7 @@ Full Example
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Voice Notes Recorder__ application, provided by RIM, to capture the audio recordings.  The developer will receive a CaptureError.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- Cordova for BlackBerry WebWorks attempts to launch the __Voice Notes Recorder__ application, provided by RIM, to capture the audio recordings.  The developer will receive a [CaptureError](CaptureError.html).`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
 
 iOS Quirks
 ----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/captureAudioOptions.md b/www/docs/en/2.0.0/cordova/media/capture/captureAudioOptions.md
index 8b273e5..336b0a4 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/captureAudioOptions.md
@@ -32,7 +32,7 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/captureImage.md b/www/docs/en/2.0.0/cordova/media/capture/captureImage.md
index aa5b48c..81aafb0 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/captureImage.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/captureImage.md
@@ -26,7 +26,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
+	    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -34,9 +34,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in [CaptureImageOptions](captureImageOptions.html), has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the [CaptureCB](CaptureCB.html) callback with an array of [MediaFile](MediaFile.html) objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the [CaptureErrorCB](CaptureErrorCB.html) callback will be invoked with a [CaptureError](CaptureError.html) object with the [CaptureError](CaptureError.html).`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -53,7 +53,7 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // capture callback
@@ -73,7 +73,7 @@ Quick Example
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-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/2.0.0/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/captureImageOptions.md b/www/docs/en/2.0.0/cordova/media/capture/captureImageOptions.md
index 13cf3c9..0cda7dd 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/captureImageOptions.md
@@ -31,7 +31,7 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // limit capture operation to 3 images

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/captureVideo.md b/www/docs/en/2.0.0/cordova/media/capture/captureVideo.md
index bc85b93..528ef6f 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/captureVideo.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/captureVideo.md
@@ -26,7 +26,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
+	    [CaptureCB](CaptureCB.html) captureSuccess, [CaptureErrorCB](CaptureErrorCB.html) captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -34,9 +34,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in [CaptureVideoOptions](captureVideoOptions.html), has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the [CaptureCB](CaptureCB.html) callback with an array of [MediaFile](MediaFile.html) objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the [CaptureErrorCB](CaptureErrorCB.html) callback will be invoked with a [CaptureError](CaptureError.html) object with the [CaptureError](CaptureError.html).`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 2.x
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // capture callback
@@ -67,7 +67,7 @@ Quick Example
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -131,7 +131,7 @@ Full Example
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a CaptureError.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a [CaptureError](CaptureError.html).`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
 
 Bada 2.x Quirks
 ---------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/capture/captureVideoOptions.md b/www/docs/en/2.0.0/cordova/media/capture/captureVideoOptions.md
index 64925d7..2ecc98d 100644
--- a/www/docs/en/2.0.0/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/en/2.0.0/cordova/media/capture/captureVideoOptions.md
@@ -32,7 +32,7 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     // limit capture operation to 3 video clips

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.getCurrentPosition.md b/www/docs/en/2.0.0/cordova/media/media.getCurrentPosition.md
index f66dd1f..e8701f9 100644
--- a/www/docs/en/2.0.0/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/en/2.0.0/cordova/media/media.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
 Description
 -----------
 
-Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a [Media](media.html) object. Also updates the ___position__ parameter within the [Media](media.html) object. 
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
         // Audio player
@@ -71,7 +71,7 @@ Quick Example
         }, 1000);
 
 
-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/2.0.0/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.getDuration.md b/www/docs/en/2.0.0/cordova/media/media.getDuration.md
index b6492d0..a20f6d3 100644
--- a/www/docs/en/2.0.0/cordova/media/media.getDuration.md
+++ b/www/docs/en/2.0.0/cordova/media/media.getDuration.md
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
         // Audio player
@@ -63,7 +63,7 @@ Quick Example
        }, 100);
 
 
-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/2.0.0/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.md b/www/docs/en/2.0.0/cordova/media/media.md
index 768755f..7b91578 100644
--- a/www/docs/en/2.0.0/cordova/media/media.md
+++ b/www/docs/en/2.0.0/cordova/media/media.md
@@ -41,15 +41,15 @@ Parameters
 Methods
 -------
 
-- media.getCurrentPosition: Returns the current position within an audio file.
-- media.getDuration: Returns the duration of an audio file.
-- media.play: Start or resume playing audio file.
-- media.pause: Pause playing audio file.
-- media.release: Releases the underlying OS'es audio resources.
-- media.seekTo: Moves the position within the audio file.
-- media.startRecord: Start recording audio file.
-- media.stopRecord: Stop recording audio file.
-- media.stop: Stop playing audio file.
+- [media.getCurrentPosition](media.getCurrentPosition.html): Returns the current position within an audio file.
+- [media.getDuration](media.getDuration.html): Returns the duration of an audio file.
+- [media.play](media.play.html): Start or [resume](../events/events.resume.html) playing audio file.
+- [media.pause](media.pause.html): Pause playing audio file.
+- [media.release](media.release.html): Releases the underlying OS'es audio resources.
+- [media.seekTo](media.seekTo.html): Moves the position within the audio file.
+- [media.startRecord](media.startRecord.html): Start recording audio file.
+- [media.stopRecord](media.stopRecord.html): Stop recording audio file.
+- [media.stop](media.stop.html): Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.pause.md b/www/docs/en/2.0.0/cordova/media/media.pause.md
index 12cfa51..5c68181 100644
--- a/www/docs/en/2.0.0/cordova/media/media.pause.md
+++ b/www/docs/en/2.0.0/cordova/media/media.pause.md
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Play audio
@@ -68,7 +68,7 @@ Quick Example
     }
 
 
-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/2.0.0/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.play.md b/www/docs/en/2.0.0/cordova/media/media.play.md
index df6e152..9e028f4 100644
--- a/www/docs/en/2.0.0/cordova/media/media.play.md
+++ b/www/docs/en/2.0.0/cordova/media/media.play.md
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Play audio
@@ -63,7 +63,7 @@ Quick Example
     }
 
 
-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/2.0.0/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.release.md b/www/docs/en/2.0.0/cordova/media/media.release.md
index 6944fe8..3b2cd88 100644
--- a/www/docs/en/2.0.0/cordova/media/media.release.md
+++ b/www/docs/en/2.0.0/cordova/media/media.release.md
@@ -31,7 +31,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the [Media](media.html) resource.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
         // Audio player
@@ -52,7 +52,7 @@ Quick Example
         my_media.stop();
         my_media.release();
 
-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/2.0.0/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.seekTo.md b/www/docs/en/2.0.0/cordova/media/media.seekTo.md
index 65f29fe..02c0c3a 100644
--- a/www/docs/en/2.0.0/cordova/media/media.seekTo.md
+++ b/www/docs/en/2.0.0/cordova/media/media.seekTo.md
@@ -36,7 +36,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a [Media](media.html) object. Also updates the ___position__ parameter within the [Media](media.html) object. 
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
         // Audio player
@@ -59,7 +59,7 @@ Quick Example
         }, 5000);
 
 
-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/2.0.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.startRecord.md b/www/docs/en/2.0.0/cordova/media/media.startRecord.md
index e87e05f..50c9dd3 100644
--- a/www/docs/en/2.0.0/cordova/media/media.startRecord.md
+++ b/www/docs/en/2.0.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,4 +141,4 @@ 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.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.stop.md b/www/docs/en/2.0.0/cordova/media/media.stop.md
index c0c1c1b..069a134 100644
--- a/www/docs/en/2.0.0/cordova/media/media.stop.md
+++ b/www/docs/en/2.0.0/cordova/media/media.stop.md
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Play audio
@@ -67,7 +67,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/76d1ffce/www/docs/en/2.0.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/media/media.stopRecord.md b/www/docs/en/2.0.0/cordova/media/media.stopRecord.md
index 31c4b2e..e113749 100644
--- a/www/docs/en/2.0.0/cordova/media/media.stopRecord.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/notification/notification.alert.md b/www/docs/en/2.0.0/cordova/notification/notification.alert.md
index 08c0789..bd80cef 100644
--- a/www/docs/en/2.0.0/cordova/notification/notification.alert.md
+++ b/www/docs/en/2.0.0/cordova/notification/notification.alert.md
@@ -47,7 +47,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -63,7 +63,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/76d1ffce/www/docs/en/2.0.0/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/notification/notification.beep.md b/www/docs/en/2.0.0/cordova/notification/notification.beep.md
index ee8ce47..6f156ba 100644
--- a/www/docs/en/2.0.0/cordova/notification/notification.beep.md
+++ b/www/docs/en/2.0.0/cordova/notification/notification.beep.md
@@ -38,13 +38,13 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -99,7 +99,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/76d1ffce/www/docs/en/2.0.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/notification/notification.confirm.md b/www/docs/en/2.0.0/cordova/notification/notification.confirm.md
index 2445a71..a287d4f 100644
--- a/www/docs/en/2.0.0/cordova/notification/notification.confirm.md
+++ b/www/docs/en/2.0.0/cordova/notification/notification.confirm.md
@@ -53,7 +53,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
 	// process the confirmation dialog result
@@ -72,7 +72,7 @@ Quick Example
         );
     }
         
-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/2.0.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/notification/notification.md b/www/docs/en/2.0.0/cordova/notification/notification.md
index e44b90b..b41f76b 100644
--- a/www/docs/en/2.0.0/cordova/notification/notification.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/notification/notification.vibrate.md b/www/docs/en/2.0.0/cordova/notification/notification.vibrate.md
index 624014f..e2bbf2a 100644
--- a/www/docs/en/2.0.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/database/database.md b/www/docs/en/2.0.0/cordova/storage/database/database.md
index 61afd8d..28f6cb6 100644
--- a/www/docs/en/2.0.0/cordova/storage/database/database.md
+++ b/www/docs/en/2.0.0/cordova/storage/database/database.md
@@ -44,7 +44,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Transaction Quick Example
+Transaction Quick [Example](../storage.opendatabase.html)
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -64,13 +64,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/76d1ffce/www/docs/en/2.0.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/localstorage/localstorage.md b/www/docs/en/2.0.0/cordova/storage/localstorage/localstorage.md
index 470770c..7115426 100644
--- a/www/docs/en/2.0.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/2.0.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.
 
@@ -52,33 +52,33 @@ Supported Platforms
 - Windows Phone 7
 - webOS
 
-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/76d1ffce/www/docs/en/2.0.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/2.0.0/cordova/storage/sqlresultset/sqlresultset.md
index 18c073b..0225c49 100644
--- a/www/docs/en/2.0.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/2.0.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
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
 	function queryDB(tx) {
@@ -67,10 +67,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>
@@ -122,14 +122,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/76d1ffce/www/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 04ea24c..8339eac 100644
--- a/www/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/2.0.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
 -------
@@ -48,7 +48,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
 	function queryDB(tx) {
@@ -67,10 +67,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>
@@ -119,14 +119,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/76d1ffce/www/docs/en/2.0.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/2.0.0/cordova/storage/sqltransaction/sqltransaction.md
index e572bd1..9a86398 100644
--- a/www/docs/en/2.0.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/2.0.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
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
 	function populateDB(tx) {
@@ -61,10 +61,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>
@@ -82,7 +82,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/76d1ffce/www/docs/en/2.0.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/storage.md b/www/docs/en/2.0.0/cordova/storage/storage.md
index f2c1155..fe69744 100644
--- a/www/docs/en/2.0.0/cordova/storage/storage.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/cordova/storage/storage.opendatabase.md b/www/docs/en/2.0.0/cordova/storage/storage.opendatabase.md
index 198dc2c..0be98a7 100644
--- a/www/docs/en/2.0.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/command-line/index.md b/www/docs/en/2.0.0/guide/command-line/index.md
index 9366c47..42b4248 100644
--- a/www/docs/en/2.0.0/guide/command-line/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/cordova-webview/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/cordova-webview/index.md b/www/docs/en/2.0.0/guide/cordova-webview/index.md
index 3866406..45eac96 100644
--- a/www/docs/en/2.0.0/guide/cordova-webview/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/cordova-webview/ios.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/cordova-webview/ios.md b/www/docs/en/2.0.0/guide/cordova-webview/ios.md
index b3e15e6..3988cb0 100644
--- a/www/docs/en/2.0.0/guide/cordova-webview/ios.md
+++ b/www/docs/en/2.0.0/guide/cordova-webview/ios.md
@@ -57,7 +57,7 @@ Adding Cleaver to your Xcode project (CordovaLib sub-project)
 14. Press the key combination **Option-Command-1** to show the **File Inspector**
 15. Choose **"Relative to CORDOVALIB"** in the **File Inspector** for the drop-down menu for **Location** 
 16. Click on the **project icon** in the Project Navigator, select your **Project**, then select the **"Build Settings"** tab
-17. Add `-all_load` and `-Obj-C` - for the **"Other Linker Flags"** value
+17. Add `-all_load` and `-Obj-C` - for the **"Other Linker [Flags](../../cordova/file/flags/flags.html)"** value
 18. Click on the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Phases"** tab
 19. Expand **"Link Binaries with Libraries"** 
 20. Click on 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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/android/index.md b/www/docs/en/2.0.0/guide/getting-started/android/index.md
index a8ad117..7533f02 100644
--- a/www/docs/en/2.0.0/guide/getting-started/android/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/bada/index.md b/www/docs/en/2.0.0/guide/getting-started/bada/index.md
index f469bcf..e6f81f4 100644
--- a/www/docs/en/2.0.0/guide/getting-started/bada/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/blackberry/index.md b/www/docs/en/2.0.0/guide/getting-started/blackberry/index.md
index d0828ea..12231ae 100644
--- a/www/docs/en/2.0.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/index.md b/www/docs/en/2.0.0/guide/getting-started/index.md
index b9e247b..5b89bcb 100644
--- a/www/docs/en/2.0.0/guide/getting-started/index.md
+++ b/www/docs/en/2.0.0/guide/getting-started/index.md
@@ -23,10 +23,10 @@ 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 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)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/ios/index.md b/www/docs/en/2.0.0/guide/getting-started/ios/index.md
index 3d4b83e..6fc431a 100644
--- a/www/docs/en/2.0.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/2.0.0/guide/getting-started/ios/index.md
@@ -75,14 +75,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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/symbian/index.md b/www/docs/en/2.0.0/guide/getting-started/symbian/index.md
index 55728dc..66f9cd0 100644
--- a/www/docs/en/2.0.0/guide/getting-started/symbian/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/webos/index.md b/www/docs/en/2.0.0/guide/getting-started/webos/index.md
index 34f0664..17e42b1 100644
--- a/www/docs/en/2.0.0/guide/getting-started/webos/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/getting-started/windows-phone/index.md b/www/docs/en/2.0.0/guide/getting-started/windows-phone/index.md
index 0d5ed2e..e5c65c9 100644
--- a/www/docs/en/2.0.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/2.0.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).
 
@@ -91,7 +91,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/76d1ffce/www/docs/en/2.0.0/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/plugin-development/android/index.md b/www/docs/en/2.0.0/guide/plugin-development/android/index.md
index 49ccdcc..f6ea631 100644
--- a/www/docs/en/2.0.0/guide/plugin-development/android/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.0.0/guide/plugin-development/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/plugin-development/index.md b/www/docs/en/2.0.0/guide/plugin-development/index.md
index 16111c9..789eb19 100644
--- a/www/docs/en/2.0.0/guide/plugin-development/index.md
+++ b/www/docs/en/2.0.0/guide/plugin-development/index.md
@@ -106,9 +106,9 @@ 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 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)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/plugin-development/ios/index.md b/www/docs/en/2.0.0/guide/plugin-development/ios/index.md
index be0894e..ae44638 100644
--- a/www/docs/en/2.0.0/guide/plugin-development/ios/index.md
+++ b/www/docs/en/2.0.0/guide/plugin-development/ios/index.md
@@ -142,7 +142,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
 
@@ -152,7 +152,7 @@ To debug the Objective-C side, you would use Xcode's built in debugger. For Java
 
 * 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/76d1ffce/www/docs/en/2.0.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/upgrading/blackberry/index.md b/www/docs/en/2.0.0/guide/upgrading/blackberry/index.md
index 377d381..ce8d43a 100644
--- a/www/docs/en/2.0.0/guide/upgrading/blackberry/index.md
+++ b/www/docs/en/2.0.0/guide/upgrading/blackberry/index.md
@@ -36,8 +36,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"/>
@@ -59,7 +59,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"/>
@@ -85,8 +85,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"/>
@@ -108,7 +108,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/76d1ffce/www/docs/en/2.0.0/guide/upgrading/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/upgrading/index.md b/www/docs/en/2.0.0/guide/upgrading/index.md
index c32a4c0..0ca4f70 100644
--- a/www/docs/en/2.0.0/guide/upgrading/index.md
+++ b/www/docs/en/2.0.0/guide/upgrading/index.md
@@ -25,10 +25,10 @@ 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 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)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/76d1ffce/www/docs/en/2.0.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/guide/upgrading/ios/index.md b/www/docs/en/2.0.0/guide/upgrading/ios/index.md
index 97aba1d..c04bbe7 100644
--- a/www/docs/en/2.0.0/guide/upgrading/ios/index.md
+++ b/www/docs/en/2.0.0/guide/upgrading/ios/index.md
@@ -57,12 +57,12 @@ Please note that **Xcode 4 is required**. To submit to the Apple App Store, you
 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
@@ -74,7 +74,7 @@ Please note that **Xcode 4 is required**. To submit to the Apple App Store, you
     
         "$(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/76d1ffce/www/docs/en/2.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/index.md b/www/docs/en/2.0.0/index.md
index e522960..cabc769 100644
--- a/www/docs/en/2.0.0/index.md
+++ b/www/docs/en/2.0.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/76d1ffce/www/docs/en/2.1.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/2.1.0/cordova/accelerometer/acceleration/acceleration.md
index e1aef00..915859f 100644
--- a/www/docs/en/2.1.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/2.1.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>


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