Repository: cordova-docs
Updated Branches:
  refs/heads/master 56a2531f0 -> 1257abb89


CB-6530: Update plugin documentation locations after removing dev branch


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1257abb8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1257abb8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1257abb8

Branch: refs/heads/master
Commit: 1257abb89f6d85eede8c604892afe914e815ff45
Parents: 56a2531
Author: Ian Clelland <[email protected]>
Authored: Mon Apr 28 10:06:44 2014 -0400
Committer: Ian Clelland <[email protected]>
Committed: Mon Apr 28 10:06:44 2014 -0400

----------------------------------------------------------------------
 docs/en/3.4.0/cordova/plugins/pluginapis.md | 34 ++++++++++++------------
 docs/en/edge/cordova/plugins/pluginapis.md  | 34 ++++++++++++------------
 2 files changed, 34 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1257abb8/docs/en/3.4.0/cordova/plugins/pluginapis.md
----------------------------------------------------------------------
diff --git a/docs/en/3.4.0/cordova/plugins/pluginapis.md 
b/docs/en/3.4.0/cordova/plugins/pluginapis.md
index 2073321..526d17d 100644
--- a/docs/en/3.4.0/cordova/plugins/pluginapis.md
+++ b/docs/en/3.4.0/cordova/plugins/pluginapis.md
@@ -25,55 +25,55 @@ You can search through all existing plugins using the 
[Plugin Registry](http://p
 
 The traditional set of Cordova plugins are as follows:
 
-- [Battery 
Status](https://github.com/apache/cordova-plugin-battery-status/blob/dev/doc/index.md)
+- [Battery 
Status](https://github.com/apache/cordova-plugin-battery-status/blob/master/doc/index.md)
 > Monitor the status of the device's battery.
 
-- 
[Camera](https://github.com/apache/cordova-plugin-camera/blob/dev/doc/index.md)
+- 
[Camera](https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md)
 > Capture a photo using the device's camera.
 
-- 
[Contacts](https://github.com/apache/cordova-plugin-contacts/blob/dev/doc/index.md)
+- 
[Contacts](https://github.com/apache/cordova-plugin-contacts/blob/master/doc/index.md)
 > Work with the devices contact database.
 
-- 
[Device](https://github.com/apache/cordova-plugin-device/blob/dev/doc/index.md)
+- 
[Device](https://github.com/apache/cordova-plugin-device/blob/master/doc/index.md)
 > Gather device specific information.
 
-- [Device Motion 
(Accelerometer)](https://github.com/apache/cordova-plugin-device-motion/blob/dev/doc/index.md)
+- [Device Motion 
(Accelerometer)](https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md)
 > Tap into the device's motion sensor.
 
-- [Device Orientation 
(Compass)](https://github.com/apache/cordova-plugin-device-orientation/blob/dev/doc/index.md)
+- [Device Orientation 
(Compass)](https://github.com/apache/cordova-plugin-device-orientation/blob/master/doc/index.md)
 > Obtain the direction that the device is pointing.
 
-- 
[Dialogs](https://github.com/apache/cordova-plugin-dialogs/blob/dev/doc/index.md)
+- 
[Dialogs](https://github.com/apache/cordova-plugin-dialogs/blob/master/doc/index.md)
 > Visual device notifications.
 
-- 
[FileSystem](https://github.com/apache/cordova-plugin-file/blob/dev/doc/index.md)
+- 
[FileSystem](https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md)
 > Hook into native file system through JavaScript.
 
-- [File 
Transfer](https://github.com/apache/cordova-plugin-file-transfer/blob/dev/doc/index.md)
+- [File 
Transfer](https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md)
 > Hook into native file system through JavaScript.
 
-- 
[Geolocation](https://github.com/apache/cordova-plugin-geolocation/blob/dev/doc/index.md)
+- 
[Geolocation](https://github.com/apache/cordova-plugin-geolocation/blob/master/doc/index.md)
 > Make your application location aware.
 
-- 
[Globalization](https://github.com/apache/cordova-plugin-globalization/blob/dev/doc/index.md)
+- 
[Globalization](https://github.com/apache/cordova-plugin-globalization/blob/master/doc/index.md)
 > Enable representation of objects specific to a locale.
 
-- 
[InAppBrowser](https://github.com/apache/cordova-plugin-inappbrowser/blob/dev/doc/index.md)
+- 
[InAppBrowser](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md)
 > Launch URLs in another in-app browser instance.
 
-- [Media](https://github.com/apache/cordova-plugin-media/blob/dev/doc/index.md)
+- 
[Media](https://github.com/apache/cordova-plugin-media/blob/master/doc/index.md)
 > Record and play back audio files.
 
-- [Media 
Capture](https://github.com/apache/cordova-plugin-media-capture/blob/dev/doc/index.md)
+- [Media 
Capture](https://github.com/apache/cordova-plugin-media-capture/blob/master/doc/index.md)
 > Capture media files using device's media capture applications.
 
-- [Network Information 
(Connection)](https://github.com/apache/cordova-plugin-network-information/blob/dev/doc/index.md)
+- [Network Information 
(Connection)](https://github.com/apache/cordova-plugin-network-information/blob/master/doc/index.md)
 > Quickly check the network state, and cellular network information.
 
-- 
[Splashscreen](https://github.com/apache/cordova-plugin-splashscreen/blob/dev/doc/index.md)
+- 
[Splashscreen](https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md)
 > Show and hide the applications splash screen.
 
-- 
[Vibration](https://github.com/apache/cordova-plugin-vibration/blob/dev/doc/index.md)
+- 
[Vibration](https://github.com/apache/cordova-plugin-vibration/blob/master/doc/index.md)
 > An API to vibrate the device.
 
 Non-English translations of these plugin docs can be found by looking at older 
versions of the Cordova documentation. Use the drop-down menu at the very 
top-right of this site to switch versions.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1257abb8/docs/en/edge/cordova/plugins/pluginapis.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/plugins/pluginapis.md 
b/docs/en/edge/cordova/plugins/pluginapis.md
index 2073321..526d17d 100644
--- a/docs/en/edge/cordova/plugins/pluginapis.md
+++ b/docs/en/edge/cordova/plugins/pluginapis.md
@@ -25,55 +25,55 @@ You can search through all existing plugins using the 
[Plugin Registry](http://p
 
 The traditional set of Cordova plugins are as follows:
 
-- [Battery 
Status](https://github.com/apache/cordova-plugin-battery-status/blob/dev/doc/index.md)
+- [Battery 
Status](https://github.com/apache/cordova-plugin-battery-status/blob/master/doc/index.md)
 > Monitor the status of the device's battery.
 
-- 
[Camera](https://github.com/apache/cordova-plugin-camera/blob/dev/doc/index.md)
+- 
[Camera](https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md)
 > Capture a photo using the device's camera.
 
-- 
[Contacts](https://github.com/apache/cordova-plugin-contacts/blob/dev/doc/index.md)
+- 
[Contacts](https://github.com/apache/cordova-plugin-contacts/blob/master/doc/index.md)
 > Work with the devices contact database.
 
-- 
[Device](https://github.com/apache/cordova-plugin-device/blob/dev/doc/index.md)
+- 
[Device](https://github.com/apache/cordova-plugin-device/blob/master/doc/index.md)
 > Gather device specific information.
 
-- [Device Motion 
(Accelerometer)](https://github.com/apache/cordova-plugin-device-motion/blob/dev/doc/index.md)
+- [Device Motion 
(Accelerometer)](https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md)
 > Tap into the device's motion sensor.
 
-- [Device Orientation 
(Compass)](https://github.com/apache/cordova-plugin-device-orientation/blob/dev/doc/index.md)
+- [Device Orientation 
(Compass)](https://github.com/apache/cordova-plugin-device-orientation/blob/master/doc/index.md)
 > Obtain the direction that the device is pointing.
 
-- 
[Dialogs](https://github.com/apache/cordova-plugin-dialogs/blob/dev/doc/index.md)
+- 
[Dialogs](https://github.com/apache/cordova-plugin-dialogs/blob/master/doc/index.md)
 > Visual device notifications.
 
-- 
[FileSystem](https://github.com/apache/cordova-plugin-file/blob/dev/doc/index.md)
+- 
[FileSystem](https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md)
 > Hook into native file system through JavaScript.
 
-- [File 
Transfer](https://github.com/apache/cordova-plugin-file-transfer/blob/dev/doc/index.md)
+- [File 
Transfer](https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md)
 > Hook into native file system through JavaScript.
 
-- 
[Geolocation](https://github.com/apache/cordova-plugin-geolocation/blob/dev/doc/index.md)
+- 
[Geolocation](https://github.com/apache/cordova-plugin-geolocation/blob/master/doc/index.md)
 > Make your application location aware.
 
-- 
[Globalization](https://github.com/apache/cordova-plugin-globalization/blob/dev/doc/index.md)
+- 
[Globalization](https://github.com/apache/cordova-plugin-globalization/blob/master/doc/index.md)
 > Enable representation of objects specific to a locale.
 
-- 
[InAppBrowser](https://github.com/apache/cordova-plugin-inappbrowser/blob/dev/doc/index.md)
+- 
[InAppBrowser](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md)
 > Launch URLs in another in-app browser instance.
 
-- [Media](https://github.com/apache/cordova-plugin-media/blob/dev/doc/index.md)
+- 
[Media](https://github.com/apache/cordova-plugin-media/blob/master/doc/index.md)
 > Record and play back audio files.
 
-- [Media 
Capture](https://github.com/apache/cordova-plugin-media-capture/blob/dev/doc/index.md)
+- [Media 
Capture](https://github.com/apache/cordova-plugin-media-capture/blob/master/doc/index.md)
 > Capture media files using device's media capture applications.
 
-- [Network Information 
(Connection)](https://github.com/apache/cordova-plugin-network-information/blob/dev/doc/index.md)
+- [Network Information 
(Connection)](https://github.com/apache/cordova-plugin-network-information/blob/master/doc/index.md)
 > Quickly check the network state, and cellular network information.
 
-- 
[Splashscreen](https://github.com/apache/cordova-plugin-splashscreen/blob/dev/doc/index.md)
+- 
[Splashscreen](https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md)
 > Show and hide the applications splash screen.
 
-- 
[Vibration](https://github.com/apache/cordova-plugin-vibration/blob/dev/doc/index.md)
+- 
[Vibration](https://github.com/apache/cordova-plugin-vibration/blob/master/doc/index.md)
 > An API to vibrate the device.
 
 Non-English translations of these plugin docs can be found by looking at older 
versions of the Cordova documentation. Use the drop-down menu at the very 
top-right of this site to switch versions.

Reply via email to