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

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/media/media.startRecord.md b/www/docs/en/2.6.0/cordova/media/media.startRecord.md
index 8cfcf27..5e41885 100644
--- a/www/docs/en/2.6.0/cordova/media/media.startRecord.md
+++ b/www/docs/en/2.6.0/cordova/media/media.startRecord.md
@@ -42,7 +42,7 @@ Supported Platforms
 - Windows Phone 7 and 8
 - Windows 8
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Record audio
@@ -65,7 +65,7 @@ Quick Example
     }
 
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>
@@ -148,7 +148,7 @@ iOS Quirks
 ----------
 
 - iOS only records to files of type .wav and returns an error if the file name extension is not correct.
-- If a full path is not provided the recording will be placed in the <application>/documents/tmp directory.  This can be accessed via the File apis using LocalFileSystem.TEMPORARY.  Subdirectories are not created at record time and must already exist.  Thus,  myRecording.wav will work but recordings/myRecording.wav will not if the recordings directory does not already exist at <application>/documents/tmp/.
+- If a full path is not provided the recording will be placed in the <application>/documents/tmp directory.  This can be accessed via the [File](../file/fileobj/fileobj.html) apis using [LocalFileSystem](../file/localfilesystem/localfilesystem.html).TEMPORARY.  Subdirectories are not created at record time and must already exist.  Thus,  myRecording.wav will work but recordings/myRecording.wav will not if the recordings directory does not already exist at <application>/documents/tmp/.
 - Files can be recorded and played back using the documents URI:
 
         var myMedia = new Media("documents://beer.mp3")

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/media/media.stop.md b/www/docs/en/2.6.0/cordova/media/media.stop.md
index 51bf8b4..3186ffc 100644
--- a/www/docs/en/2.6.0/cordova/media/media.stop.md
+++ b/www/docs/en/2.6.0/cordova/media/media.stop.md
@@ -43,7 +43,7 @@ Supported Platforms
 - Tizen
 - Windows 8
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Play audio
@@ -69,7 +69,7 @@ Quick Example
         }, 10000);        
     }
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/media/media.stopRecord.md b/www/docs/en/2.6.0/cordova/media/media.stopRecord.md
index 66376d9..4698f2d 100644
--- a/www/docs/en/2.6.0/cordova/media/media.stopRecord.md
+++ b/www/docs/en/2.6.0/cordova/media/media.stopRecord.md
@@ -42,7 +42,7 @@ Supported Platforms
 - Windows Phone 7 and 8
 - Windows 8
     
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Record audio
@@ -70,7 +70,7 @@ Quick Example
     }
 
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/notification/notification.alert.md b/www/docs/en/2.6.0/cordova/notification/notification.alert.md
index 3be7f1c..0ca3b13 100644
--- a/www/docs/en/2.6.0/cordova/notification/notification.alert.md
+++ b/www/docs/en/2.6.0/cordova/notification/notification.alert.md
@@ -49,7 +49,7 @@ Supported Platforms
 - Tizen
 - Windows 8
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Android / BlackBerry OS 5 - 7 and BlackBerry 10 / iPhone / Tizen
@@ -65,7 +65,7 @@ Quick Example
         'Done'                  // buttonName
     );
         
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/notification/notification.confirm.md b/www/docs/en/2.6.0/cordova/notification/notification.confirm.md
index 3bd1f87..53fa574 100644
--- a/www/docs/en/2.6.0/cordova/notification/notification.confirm.md
+++ b/www/docs/en/2.6.0/cordova/notification/notification.confirm.md
@@ -55,7 +55,7 @@ Supported Platforms
 - Tizen
 - Windows 8
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
 	// process the confirmation dialog result
@@ -74,7 +74,7 @@ Quick Example
         );
     }
         
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/notification/notification.md b/www/docs/en/2.6.0/cordova/notification/notification.md
index 8d3423e..9b0d8ee 100644
--- a/www/docs/en/2.6.0/cordova/notification/notification.md
+++ b/www/docs/en/2.6.0/cordova/notification/notification.md
@@ -28,11 +28,11 @@ Notification
 Methods
 -------
 
-- notification.alert
-- notification.confirm
-- notification.prompt
-- notification.beep
-- notification.vibrate
+- [notification.alert](notification.alert.html)
+- [notification.confirm](notification.confirm.html)
+- [notification.prompt](notification.prompt.html)
+- [notification.beep](notification.beep.html)
+- [notification.vibrate](notification.vibrate.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/notification/notification.prompt.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/notification/notification.prompt.md b/www/docs/en/2.6.0/cordova/notification/notification.prompt.md
index 63cccd0..cb62ec3 100644
--- a/www/docs/en/2.6.0/cordova/notification/notification.prompt.md
+++ b/www/docs/en/2.6.0/cordova/notification/notification.prompt.md
@@ -53,7 +53,7 @@ Supported Platforms
 - Android
 - iPhone
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // process the promp dialog results
@@ -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/c4881540/www/docs/en/2.6.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/notification/notification.vibrate.md b/www/docs/en/2.6.0/cordova/notification/notification.vibrate.md
index b871da2..48f87ce 100644
--- a/www/docs/en/2.6.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/2.6.0/cordova/notification/notification.vibrate.md
@@ -38,14 +38,14 @@ Supported Platforms
 - Windows Phone 7 and 8
 - Bada 1.2 & 2.x
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
     
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.hide.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.hide.md b/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.hide.md
index 7c3c5e9..c2fd178 100644
--- a/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.hide.md
+++ b/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.hide.md
@@ -38,12 +38,12 @@ Supported Platforms
 - Android
 - iOS
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     navigator.splashscreen.hide();
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.md b/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.md
index 3cdddc6..9de4ee2 100644
--- a/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.md
+++ b/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.md
@@ -29,8 +29,8 @@ Splashscreen
 Methods
 -------
 
-- show
-- hide
+- [show](splashscreen.show.html)
+- [hide](splashscreen.hide.html)
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.show.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.show.md b/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.show.md
index ab58b9d..420c7e1 100644
--- a/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.show.md
+++ b/www/docs/en/2.6.0/cordova/splashscreen/splashscreen.show.md
@@ -38,12 +38,12 @@ Supported Platforms
 - Android
 - iOS
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     navigator.splashscreen.show();
 
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

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

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/2.6.0/cordova/storage/sqlresultset/sqlresultset.md
index 5cc6766..b62c805 100644
--- a/www/docs/en/2.6.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/2.6.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -23,19 +23,19 @@ 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
 -------
 
 - __insertId__: the row ID of the row that the SQLResultSet object's SQL statement inserted into the database
 - __rowsAffected__: the number of rows that were changed by the SQL statement.  If the statement did not affect any rows then it is set to 0. 
-- __rows__: a SQLResultSetRowList representing the rows returned.  If no rows are returned the object will be empty.
+- __rows__: a [SQLResultSetRowList](../sqlresultsetrowlist/sqlresultsetrowlist.html) representing the rows returned.  If no rows are returned the object will be empty.
 
 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 and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - webOS
 - Tizen
 
-Execute SQL Quick Example
+Execute SQL Quick [Example](../storage.opendatabase.html)
 ------------------
 
     function queryDB(tx) {
@@ -71,7 +71,7 @@ Execute SQL Quick Example
     var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(queryDB, errorCB);
 
-Full Example
+Full [Example](../storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

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

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/cordova/storage/storage.md b/www/docs/en/2.6.0/cordova/storage/storage.md
index a72ee38..d334b50 100644
--- a/www/docs/en/2.6.0/cordova/storage/storage.md
+++ b/www/docs/en/2.6.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
-- SQLResultSetRowList
-- SQLError
-- localStorage
+- [Database](database/database.html)
+- [SQLTransaction](sqltransaction/sqltransaction.html)
+- [SQLResultSet](sqlresultset/sqlresultset.html)
+- [SQLResultSetRowList](sqlresultsetrowlist/sqlresultsetrowlist.html)
+- [SQLError](sqlerror/sqlerror.html)
+- [localStorage](localstorage/localstorage.html)
 
 Permissions
 -----------

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/cordova-webview/ios.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/cordova-webview/ios.md b/www/docs/en/2.6.0/guide/cordova-webview/ios.md
index af715e7..e942739 100644
--- a/www/docs/en/2.6.0/guide/cordova-webview/ios.md
+++ b/www/docs/en/2.6.0/guide/cordova-webview/ios.md
@@ -48,10 +48,10 @@ Adding Cleaver to your Xcode project (CordovaLib sub-project)
 6. **Choose** the radio-button **"Create groups for any added folders"**, select the **Finish** button
 7. **Drag and drop** the `CordovaLib.xcodeproj` file into the Project Navigator of Xcode (from the permanent folder location above, and it should be in the CordovaLib sub-folder)
 8. Select `CordovaLib.xcodeproj` in the Project Navigator
-9. Press the key combination **Option-Command-1** to show the **File Inspector**
+9. Press the key combination **Option-Command-1** to [show](../../cordova/splashscreen/splashscreen.show.html) the **File Inspector**
 10. Choose **"Relative to Group"** in the **File Inspector** for the drop-down menu for **Location** 
 11. Select the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Settings"** tab
-12. Add `-all_load` and `-Obj-C` - for the **"Other Linker Flags"** value
+12. Add `-all_load` and `-Obj-C` - for the **"Other Linker [Flags](../../cordova/file/flags/flags.html)"** value
 13. Click on the **project icon** in the Project Navigator, select your **Target**, then select the **"Build Phases"** tab
 14. Expand **"Link Binaries with Libraries"** 
 15. Select the **"+" button**, and add these **frameworks** (and optionally in the Project Navigator, **move** them under the Frameworks group):

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/android/index.md b/www/docs/en/2.6.0/guide/getting-started/android/index.md
index b5bcff1..4ee1a9a 100644
--- a/www/docs/en/2.6.0/guide/getting-started/android/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/android/index.md
@@ -125,7 +125,7 @@ If your project has a red X indicating there is a problem follow these additiona
 - When starting the emulator, ensure there are no error messages about the HAX module failing to load.
 
 
-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. Information can be found on the [Android Developer Site](http://developer.android.com/tools/device.html)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/bada/index.md b/www/docs/en/2.6.0/guide/getting-started/bada/index.md
index f469bcf..bbe0634 100644
--- a/www/docs/en/2.6.0/guide/getting-started/bada/index.md
+++ b/www/docs/en/2.6.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.
@@ -80,9 +80,9 @@ This guide describes how to set up your development environment for Cordova and
 
     ![](img/guide/platforms/bada/bada_set_target.png)
 
-- Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
+- Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to [close](../../../cordova/inappbrowser/inappbrowser.html) 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 
@@ -91,7 +91,7 @@ This guide describes how to set up your development environment for Cordova and
 
 **Bada 1.2**:
 - Right click on your project&apos;s folder and select Build configurations -> Set Active -> Target-Debug
-- Right click on your project&apos;s folder and select Run As -> bada Target Application. You need to close the emulator every time you update your app!
+- Right click on your project&apos;s folder and select Run As -> bada Target Application. You need to [close](../../../cordova/inappbrowser/inappbrowser.html) the emulator every time you update your app!
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/blackberry/index.md b/www/docs/en/2.6.0/guide/getting-started/blackberry/index.md
index 9901053..2cea200 100644
--- a/www/docs/en/2.6.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/blackberry/index.md
@@ -87,7 +87,7 @@ BlackBerry Smartphone (OS5-7)
 - `blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager`
 
 
-6.  Hello World
+6.  [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 `qnx` `playbook` or `blackberry`. For example...
@@ -143,7 +143,7 @@ BlackBerry Smartphone (OS5-7)
 The application will be installed to the home screen of the simulator. Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
 
-7B.  Deploy to Device (Windows and Mac)
+7B.  Deploy to [Device](../../../cordova/device/device.html) (Windows and Mac)
 --------------------------------------
 
 To deploy your app to a device you must have registered for, and setup BlackBerry Code Signing Keys.  See section 3 for details. Also, to deploy apps on BlackBerry 10 or PlayBook, the device must be set to Development Mode which can be enabled from the Settings > Security menu.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/index.md b/www/docs/en/2.6.0/guide/getting-started/index.md
index f04cf97..bb98cd4 100644
--- a/www/docs/en/2.6.0/guide/getting-started/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/index.md
@@ -23,13 +23,13 @@ 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 7
-- Getting Started with Windows Phone 8
-- Getting Started with Windows 8
-- Getting Started with Bada
-- Getting Started with Tizen
+- [Getting Started with Android](android/index.html)
+- [Getting Started with BlackBerry](blackberry/index.html)
+- [Getting Started with iOS](ios/index.html)
+- [Getting Started with Symbian](symbian/index.html)
+- [Getting Started with WebOS](webos/index.html)
+- [Getting Started with Windows Phone 7](windows-phone-7/index.html)
+- [Getting Started with Windows Phone 8](windows-phone-8/index.html)
+- [Getting Started with Windows 8](windows-8/index.html)
+- [Getting Started with Bada](bada/index.html)
+- [Getting Started with Tizen](tizen/index.html)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/ios/index.md b/www/docs/en/2.6.0/guide/getting-started/ios/index.md
index f535b83..d2a3253 100644
--- a/www/docs/en/2.6.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/ios/index.md
@@ -172,7 +172,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   - Create a Provisioning Profile within the [iOS Provisioning Portal](https://developer.apple.com/ios/manage/overview/index.action).   You can use the Development Provisioning Assistant within the Provisioning Portal to create and install the profile and certificate for use within Xcode.

 
-  - Verify that the Code Signing Identity in the Code Signing sections of the Hello World Xcode project settings has been set with your provisioning profile name.   

+  - Verify that the Code Signing Identity in the Code Signing sections of the [Hello World](../webos/index.html) Xcode project settings has been set with your provisioning profile name.   

 
 #### Deployment Steps
 
@@ -186,7 +186,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 ## Results
 
-  The running HelloWorld app is shown below.  The Device is Ready line should be slowly pulsating.
+  The running HelloWorld app is shown below.  The [Device](../../../cordova/device/device.html) is Ready line should be slowly pulsating.
 
   ![](img/guide/platforms/ios/HelloWorldStandard.png)
 
@@ -285,7 +285,7 @@ Determine where on your system you will locate the Xcode project files for your
 
 ###Code Your Application
 
-  Replace the sample code in the www directory of a new project with the HTML, JavaScript and CSS code for your application.  The name of the initial file to load when the app is launched should be index.html (advanced users can change this if necessary).  As demonstrated in the HelloWorld sample application, subdirectories within the www directory are permitted.  Note that the www directory is readonly, you can not write information to this directory during app execution.  If you need to store information use the Cordova File or Storage APIs.
+  Replace the sample code in the www directory of a new project with the HTML, JavaScript and CSS code for your application.  The name of the initial file to load when the app is launched should be index.html (advanced users can change this if necessary).  As demonstrated in the HelloWorld sample application, subdirectories within the www directory are permitted.  Note that the www directory is readonly, you can not write information to this directory during app execution.  If you need to store information use the Cordova [File](../../../cordova/file/fileobj/fileobj.html) or [Storage](../../../cordova/storage/storage.html) APIs.
 
   You can use many mobile JavaScript frameworks with Cordova  to create the UI and page navigation of your application.  Popular ones include:
 
@@ -297,7 +297,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   There are many additional considerations to make your application unique.  The sample HelloWorld application is set up to run in all iOS environments, iPhone, iPod, and iPad.  You can design an app for a single device type by modifying the build settings within Xcode.
 
-  You should customize the application with your own icons and splash screens.  The sample application includes Cordova specific images in the Apple required sizes and resolutions as examples.  The Cordova Specific settings are located in the config.xml file and documented in the Cordova Project Settings Guide. Refer to the Resources section for more Apple specific information about building iOS Apps.
+  You should customize the application with your own icons and splash screens.  The sample application includes Cordova specific images in the Apple required sizes and resolutions as examples.  The Cordova Specific settings are located in the config.xml file and documented in the Cordova [Project Settings](../../project-settings/index.html) Guide. Refer to the Resources section for more Apple specific information about building iOS Apps.
 
 ## Resources
 
@@ -318,7 +318,7 @@ Determine where on your system you will locate the Xcode project files for your
 
   - Cordova API documentation is available at [http://docs.cordova.io](http://docs.cordova.io)

   - [PhoneGap google group](https://groups.google.com/forum/?fromgroups=%23!forum/phonegap) to discuss and ask questions about Cordova.  This forum is monitored by Cordova developers as well as users.  When posting please include the platform, device type, Cordova version and as many details as possible about the error or problem. 

-  - File Cordova bugs at [https://issues.apache.org/jira/browse/CB](https://issues.apache.org/jira/browse/CB)
+  - [File](../../../cordova/file/fileobj/fileobj.html) Cordova bugs at [https://issues.apache.org/jira/browse/CB](https://issues.apache.org/jira/browse/CB)
 
 
 ### Credits

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/windows-8/index.md b/www/docs/en/2.6.0/guide/getting-started/windows-8/index.md
index 1e7941a..1a89631 100644
--- a/www/docs/en/2.6.0/guide/getting-started/windows-8/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/windows-8/index.md
@@ -84,7 +84,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 	    <script type="text/javascript">
 
 	        console.log("Subscribing...");
-	        document.addEventListener("deviceready", function () {
+	        document.addEventListener("[deviceready](../../../cordova/events/events.deviceready.html)", function () {
 
 	            navigator.notification.alert("The device is ready!");
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md b/www/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
index f15384d..4ab4737 100644
--- a/www/docs/en/2.6.0/guide/getting-started/windows-phone-7/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/windows-phone-7/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).
 
@@ -105,7 +105,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone [Device](../../../cordova/device/device.html)' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md b/www/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
index 2f99e3c..c1656bd 100644
--- a/www/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
+++ b/www/docs/en/2.6.0/guide/getting-started/windows-phone-8/index.md
@@ -122,7 +122,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova.  Thi
 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 8.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Device' from the top drop-down menu.
+- In Visual Studio, select '[Device](../../../cordova/device/device.html)' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
 ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/plugin-development/android/index.md b/www/docs/en/2.6.0/guide/plugin-development/android/index.md
index 0a0a1a1..b6a081d 100644
--- a/www/docs/en/2.6.0/guide/plugin-development/android/index.md
+++ b/www/docs/en/2.6.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 `CordovaPlugin` class. A plugin must override one
 of the `execute` methods from `CordovaPlugin`. 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.
 Plugins with long-running requests, background activity (e.g. playing media), listeners or internal state should implement the `onReset()` method as well. This method is run when the `WebView` navigates to a new page or refreshes, which reloads the Javascript.
 
 ## Plugin Class Mapping 

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/plugin-development/ios/index.md b/www/docs/en/2.6.0/guide/plugin-development/ios/index.md
index ddae727..1e583a2 100644
--- a/www/docs/en/2.6.0/guide/plugin-development/ios/index.md
+++ b/www/docs/en/2.6.0/guide/plugin-development/ios/index.md
@@ -175,7 +175,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
 

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

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/android/index.md b/www/docs/en/2.6.0/guide/project-settings/android/index.md
index 2b079dd..28b6240 100644
--- a/www/docs/en/2.6.0/guide/project-settings/android/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/android/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for Android
 ---
 
-Project Settings for Android
+[Project Settings](../index.html) for Android
 ===================================
 
 The `config.xml` settings file controls various settings of Cordova. This is application wide, and not set per CordovaWebView Instance.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/bada/index.md b/www/docs/en/2.6.0/guide/project-settings/bada/index.md
index 880899f..43e4e89 100644
--- a/www/docs/en/2.6.0/guide/project-settings/bada/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/bada/index.md
@@ -20,6 +20,6 @@ license: >
 title: Project Settings for Bada
 ---
 
-Project Settings for Bada 
+[Project Settings](../index.html) for Bada 
 ===================================
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/blackberry/index.md b/www/docs/en/2.6.0/guide/project-settings/blackberry/index.md
index d0a356e..f2cb555 100644
--- a/www/docs/en/2.6.0/guide/project-settings/blackberry/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/blackberry/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for BlackBerry
 ---
 
-Project Settings for BlackBerry 
+[Project Settings](../index.html) for BlackBerry 
 ===================================
 
 BlackBerry has full support for the [W3C Widget Specfication](http://www.w3.org/TR/widgets/) as well as proprietary RIM extensions. Please see the full [BlackBerry WebWorks documentation regarding config.xml](https://developer.blackberry.com/html5/documentation/working_with_config_xml_file_1866970_11.html) for details. 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/firefoxos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/firefoxos/index.md b/www/docs/en/2.6.0/guide/project-settings/firefoxos/index.md
index 0afebcd..87f9940 100644
--- a/www/docs/en/2.6.0/guide/project-settings/firefoxos/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/firefoxos/index.md
@@ -20,6 +20,6 @@ license: >
 title: Project Settings for FirefoxOS
 ---
 
-Project Settings for FirefoxOS 
+[Project Settings](../index.html) for FirefoxOS 
 ===================================
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/index.md b/www/docs/en/2.6.0/guide/project-settings/index.md
index e580d1e..41079ee 100644
--- a/www/docs/en/2.6.0/guide/project-settings/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/index.md
@@ -34,15 +34,15 @@ As with any abstraction layer, Apache Cordova cannot be a perfect silver bullet.
 properties, characteristics and behaviours are encapsulated as much as possible as `<preference>` elements inside the
 `config.xml` file. The following sub-sections linked to are guides which go into more details about these preferences.
 
-- Project Settings for iOS
-- Project Settings for Android
-- Project Settings for BlackBerry
-- Project Settings for Windows Phone 7
-- Project Settings for Windows Phone 8
-- Project Settings for Windows 8
-- Project Settings for webOS
-- Project Settings for Bada
-- Project Settings for FirefoxOS
+- [Project Settings for iOS](ios/index.html)
+- [Project Settings for Android](android/index.html)
+- [Project Settings for BlackBerry](blackberry/index.html)
+- [Project Settings for Windows Phone 7](wp7/index.html)
+- [Project Settings for Windows Phone 8](wp8/index.html)
+- [Project Settings for Windows 8](windows8/index.html)
+- [Project Settings for webOS](webos/index.html)
+- [Project Settings for Bada](bada/index.html)
+- [Project Settings for FirefoxOS](firefoxos/index.html)
 
 ## config.xml Elements
 
@@ -71,7 +71,7 @@ unavailable to typical web-based applications.
 
 ### `<access>`
 
-These elements define how your whitelist works. Please see the Domain Whitelist Guide for more information.  
+These elements define how your whitelist works. Please see the [Domain Whitelist Guide](../whitelist/index.html) for more information.  
 
 ### `<content>`
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/ios/index.md b/www/docs/en/2.6.0/guide/project-settings/ios/index.md
index a13e0d6..6cdf484 100644
--- a/www/docs/en/2.6.0/guide/project-settings/ios/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/ios/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for iOS
 ---
 
-Project Settings for iOS
+[Project Settings](../index.html) for iOS
 ========================
 
 The `config.xml` settings file controls various settings of Cordova. This is application wide, and not set per CDVViewController instance.
@@ -34,7 +34,7 @@ Various preferences (as **&lt;preference&gt;** tags) default on not breaking exi
 
 2. **TopActivityIndicator (string, defaults to 'gray')** - this is the top spinning throbber in the status/battery bar, valid values are "whiteLarge", "white" and "gray"
 
-3. **EnableLocation (boolean, defaults to false)** - set to true, to initialize the Geolocation plugin at start-up (so the fix on your location can be more accurate) **DEPRECATED**: please set the **onload** attribute of the **Geolocation** plugin to **true** instead.
+3. **EnableLocation (boolean, defaults to false)** - set to true, to initialize the [Geolocation](../../../cordova/geolocation/geolocation.html) plugin at start-up (so the fix on your location can be more accurate) **DEPRECATED**: please set the **onload** attribute of the **Geolocation** plugin to **true** instead.
 
 4. **EnableViewportScale (boolean, defaults to false)** - set to true to prevent viewport scaling through a meta tag
 
@@ -44,7 +44,7 @@ Various preferences (as **&lt;preference&gt;** tags) default on not breaking exi
 
 7. **FadeSplashScreenDuration (float, defaults to 2)** - The splash-screen Fade duration in seconds.
 
-8. **ShowSplashScreenSpinner (boolean, defaults to true)** - set to false to hide the splash-screen spinner
+8. **ShowSplashScreenSpinner (boolean, defaults to true)** - set to false to [hide](../../../cordova/splashscreen/splashscreen.hide.html) the splash-screen spinner
 
 9. **MediaPlaybackRequiresUserAction (boolean, defaults to false)** - set to true to not allow autoplayed HTML5 video
 
@@ -56,6 +56,6 @@ Various preferences (as **&lt;preference&gt;** tags) default on not breaking exi
 
 13. **SuppressesIncrementalRendering (boolean, defaults to false)** - set to true to wait until all new view content has been received before it is rendered.
 
-14. **HideKeyboardFormAccessoryBar (boolean, defaults to false)** - set to true to hide the additional toolbar that is on top of the keyboard (this is the toolbar that has the Prev, Next and Done buttons)
+14. **HideKeyboardFormAccessoryBar (boolean, defaults to false)** - set to true to [hide](../../../cordova/splashscreen/splashscreen.hide.html) the additional toolbar that is on top of the keyboard (this is the toolbar that has the Prev, Next and Done buttons)
 
 15. **KeyboardShrinksView (boolean, defaults to false)** -  set to true to shrink the WebView when the keyboard comes up. The WebView shrinks instead of the viewport shrinking and the page scrollable. This applies to apps that position their elements relative to the bottom of the WebView. This is the default behaviour on Android, and makes a lot of sense when building apps as opposed to webpages.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/webos/index.md b/www/docs/en/2.6.0/guide/project-settings/webos/index.md
index b3a6224..760f328 100644
--- a/www/docs/en/2.6.0/guide/project-settings/webos/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/webos/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for webOS
 ---
 
-Project Settings for webOS 
+[Project Settings](../index.html) for webOS 
 ===================================
 
 WebOS does not currently have any additional configurable features.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/windows8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/windows8/index.md b/www/docs/en/2.6.0/guide/project-settings/windows8/index.md
index 2ed2a5c..2cfabd9 100644
--- a/www/docs/en/2.6.0/guide/project-settings/windows8/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/windows8/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for Windows 8
 ---
 
-Project Settings for Windows 8 
+[Project Settings](../index.html) for Windows 8 
 ===================================
 
 Windows 8 does not currently support this feature.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/wp7/index.md b/www/docs/en/2.6.0/guide/project-settings/wp7/index.md
index 24e5e6c..9bfb4aa 100644
--- a/www/docs/en/2.6.0/guide/project-settings/wp7/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/wp7/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for Windows Phone 7
 ---
 
-Project Settings for Windows Phone 7 
+[Project Settings](../index.html) for Windows Phone 7 
 ===================================
 
 Windows Phone 7 does not currently have any additional configurable features.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/project-settings/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/project-settings/wp8/index.md b/www/docs/en/2.6.0/guide/project-settings/wp8/index.md
index 00f0b61..edd2dc8 100644
--- a/www/docs/en/2.6.0/guide/project-settings/wp8/index.md
+++ b/www/docs/en/2.6.0/guide/project-settings/wp8/index.md
@@ -20,7 +20,7 @@ license: >
 title: Project Settings for Windows Phone 8
 ---
 
-Project Settings for Windows Phone 8
+[Project Settings](../index.html) for Windows Phone 8
 ===================================
 
 Windows Phone 8 does not currently have any additional configurable features.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/upgrading/blackberry/index.md b/www/docs/en/2.6.0/guide/upgrading/blackberry/index.md
index 6114df7..e125206 100644
--- a/www/docs/en/2.6.0/guide/upgrading/blackberry/index.md
+++ b/www/docs/en/2.6.0/guide/upgrading/blackberry/index.md
@@ -71,8 +71,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"/>
@@ -94,7 +94,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"/>
@@ -120,8 +120,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"/>
@@ -143,7 +143,7 @@ Updating the sample folder (ie, updating using the ant tools):
 7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.
 8. Open the `www/` folder and update the `plugins.xml` file. Two plugins
    changed their namespace/service label. Change the old entries for the
-   Capture and Contact plugins from:
+   [Capture](../../../cordova/media/capture/capture.html) and [Contact](../../../cordova/contacts/Contact/contact.html) plugins from:
 
          <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
          <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/upgrading/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/upgrading/index.md b/www/docs/en/2.6.0/guide/upgrading/index.md
index 7e1e2b4..a4575ba 100644
--- a/www/docs/en/2.6.0/guide/upgrading/index.md
+++ b/www/docs/en/2.6.0/guide/upgrading/index.md
@@ -25,11 +25,11 @@ Upgrading Guides
 
 > Learn how to upgrade an application to the latest Apache Cordova release.
 
-- Upgrading Cordova Android
-- Upgrading Cordova BlackBerry
-- Upgrading Cordova iOS
-- Upgrading Cordova Symbian
-- Upgrading Cordova webOS
+- [Upgrading Cordova 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
-- Upgrading Cordova Bada
-- Upgrading Cordova Tizen
+- [Upgrading Cordova Bada](bada/index.html)
+- [Upgrading Cordova Tizen](tizen/index.html)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/guide/upgrading/ios/index.md b/www/docs/en/2.6.0/guide/upgrading/ios/index.md
index 6622edb..018cfe9 100644
--- a/www/docs/en/2.6.0/guide/upgrading/ios/index.md
+++ b/www/docs/en/2.6.0/guide/upgrading/ios/index.md
@@ -82,12 +82,12 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo
 8. Delete your **"cordova"** folder, and copy the **"cordova"** folder from the new project into your project's root folder **(in 2.3.0, this has new scripts)** 
 9. Delete your **"CordovaLib"** folder, and copy the **"CordovaLib"** folder from the new project into your project's root folder
 10. Convert your **Cordova.plist** file to **config.xml**, by running the script **bin/cordova\_plist\_to\_config\_xml** on your project file.
-11. Add the InAppBrowser plugin to your **config.xml**, by adding this tag under **&lt;cordova&gt;&lt;plugins&gt;**:
+11. Add the [InAppBrowser](../../../cordova/inappbrowser/inappbrowser.html) plugin to your **config.xml**, by adding this tag under **&lt;cordova&gt;&lt;plugins&gt;**:
 
         <plugin name="InAppBrowser" value="CDVInAppBrowser" />
 12. Note that Objective-C plugins are **not** whitelisted anymore. To whitelist your connections with the app whitelist, you will need to set the “User-Agent” header of the connection to the same user-agent as the main Cordova WebView. 
 You can get this by accessing the **userAgent** property off the main view-controller. The main view-controller (CDVViewController) also has a **URLisAllowed** method for you to check whether a URL will pass the whitelist.        
-13. Device API changes: 
+13. [Device](../../../cordova/device/device.html) API changes: 
     * For iOS, device.platform used to return “iPhone”, “iPad” or “iPod Touch” — now it returns (correctly) “iOS”. 
     * For iOS, device.name (now deprecated for all platforms) used to return the name of the user’s device (e.g ‘Shazron’s iPhone 5′) — now it returns what device.platform used to return: ”iPhone”, “iPad” or “iPod Touch”.  
     * For all platforms, there is a new property called device.model — this returns the specific device model, e.g “iPad2,5″ (for other platforms, this returns what device.name used to return).
@@ -110,7 +110,7 @@ You can get this by accessing the **userAgent** property off the main view-contr
     
         `update_cordova_subproject path/to/your/project/xcodeproj`
 
-**Note** that in 2.2.0, the **bin/create** script will copy in the CordovaLib sub-project into your project now. To have the same kind of setup, just copy in the right CordovaLib into your project folder, and update the CordovaLib sub-project location (relative to the project) in the Xcode File Inspector.
+**Note** that in 2.2.0, the **bin/create** script will copy in the CordovaLib sub-project into your project now. To have the same kind of setup, just copy in the right CordovaLib into your project folder, and update the CordovaLib sub-project location (relative to the project) in the Xcode [File](../../../cordova/file/fileobj/fileobj.html) Inspector.
 
 ## Upgrading Cordova 2.0.0 projects to 2.1.0 ##
 
@@ -169,12 +169,12 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc
 20. Select the **libCordova.a** static library, then select the **"Add"** button
 21. Delete the **"Run Script"** phase.
 22. Select the **project icon** in the Project Navigator, select your project **Target**, then select the **"Build Settings"** tab
-23. Search for **"Other Linker Flags"**, and add the values **-all_load** and **-Obj-C**
+23. Search for **"Other Linker [Flags](../../../cordova/file/flags/flags.html)"**, and add the values **-all_load** and **-Obj-C**
 24. Expand the **"CordovaLib" sub-project**
 25. Locate the **"VERSION"** file, drag it into your main project (we want to create a link to it, not a copy)
 26. Select the **"Create groups for any added folders"** radiobutton, then select the **"Finish"** button
 27. Select the **"VERSION"** file that you just dragged in a previous step
-28. Press the key combination **Option-Command-1** to show the **File Inspector** (or menuitem **View -> Utilities -> Show File Inspector**)
+28. Press the key combination **Option-Command-1** to [show](../../../cordova/splashscreen/splashscreen.show.html) 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
@@ -186,7 +186,7 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc
     
         "$(BUILT_PRODUCTS_DIR)"
 
-33. Search for **"Other Linker Flags"**. For that setting, add this value below:
+33. Search for **"Other Linker [Flags](../../../cordova/file/flags/flags.html)"**. For that setting, add this value below:
 
         -weak_framework CoreFoundation
 
@@ -266,7 +266,7 @@ If you intend on using the **Capture API**, you will need the new **iPad retina-
 9. Enter **"/Users/Shared/Cordova/Frameworks/Cordova.framework"** in the **"Go to the folder:" sheet** and then press the **"Go"** button
 10. Press the **"Add"** button in the **"Add Files..." sheet**
 11. **Select "Cordova.framework"** in the Project Navigator
-12. Press the key combination **Option-Command-1** to show the **File Inspector**
+12. Press the key combination **Option-Command-1** to [show](../../../cordova/splashscreen/splashscreen.show.html) the **File Inspector**
 13. Choose **"Absolute Path"** in the **File Inspector** for the drop-down menu for **Location**
 14. Press the key combination **Option-Command-A**, which should drop down a sheet to add files to your project (the **"Add Files..." sheet**). Make sure the **"Created groups for any added folders"** radio-button is selected
 15. Press the key combination **Shift-Command-G**, which should drop down another sheet for you to go to a folder (the **"Go to the folder:" sheet**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.6.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/index.md b/www/docs/en/2.6.0/index.md
index 734fa23..e60eaf4 100644
--- a/www/docs/en/2.6.0/index.md
+++ b/www/docs/en/2.6.0/index.md
@@ -24,98 +24,98 @@ 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>Globalization</h2>
+            <h2><a href="cordova/globalization/globalization.html">Globalization</a></h2>
             <span>Enable representation of objects specific to a locale.</span>
         </li>
         <li>
-            <h2>InAppBrowser</h2>
+            <h2><a href="cordova/inappbrowser/inappbrowser.html">InAppBrowser</a></h2>
             <span>Launch URLs in another in-app browser instance.</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>Splashscreen</h2>
-            <span>Show and hide the applications splash screen.</span>
+            <h2><a href="cordova/splashscreen/splashscreen.html">Splashscreen</a></h2>
+            <span>Show and <a href="cordova/splashscreen/splashscreen.hide.html">hide</a> the applications splash screen.</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>Project Settings</h2>
+            <h2><a href="guide/project-settings/index.html">Project Settings</a></h2>
             <span>Customize the features of your app.</span>
         </li>
         <li>
-            <h2>Plugin Development Guide</h2>
+            <h2><a href="guide/plugin-development/index.html">Plugin Development Guide</a></h2>
             <span>Develop your first Cordova plugin.</span>
         </li>
         <li>
-            <h2>Domain Whitelist Guide</h2>
+            <h2><a href="guide/whitelist/index.html">Domain Whitelist Guide</a></h2>
             <span>Grant an application access to external domains.</span>
         </li>
         <li>
-            <h2>Embedding WebView</h2>
+            <h2><a href="guide/cordova-webview/index.html">Embedding WebView</a></h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
     </ul>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.7.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.7.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/2.7.0/cordova/accelerometer/acceleration/acceleration.md
index 8148fb6..792534b 100644
--- a/www/docs/en/2.7.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/2.7.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
 -------------------
@@ -51,7 +51,7 @@ Supported Platforms
 - Windows 8
 
 
-Quick Example
+Quick [Example](../../storage/storage.opendatabase.html)
 -------------
 
     function onSuccess(acceleration) {
@@ -67,7 +67,7 @@ Quick Example
 
     navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full Example
+Full [Example](../../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c4881540/www/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.md
index 6df5959..c36c679 100644
--- a/www/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/2.7.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -23,11 +23,11 @@ title: accelerometer.clearWatch
 accelerometer.clearWatch
 ========================
 
-Stop watching the `Acceleration` referenced by the watch ID parameter.
+Stop watching the `[Acceleration](acceleration/acceleration.html)` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
+- __watchID__: The ID returned by `[accelerometer.watchAcceleration](accelerometer.watchAcceleration.html)`.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - Tizen
 - Windows 8
 
-Quick Example
+Quick [Example](../storage/storage.opendatabase.html)
 -------------
 
     var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
@@ -49,7 +49,7 @@ Quick Example
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full Example
+Full [Example](../storage/storage.opendatabase.html)
 ------------
 
     <!DOCTYPE html>

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

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

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

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


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