You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/12/18 20:02:54 UTC

docs commit: CB-2048: Docs need to be combed over for references to incubator

Updated Branches:
  refs/heads/master fbe6abb8a -> da128e67c


CB-2048: Docs need to be combed over for references to incubator


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

Branch: refs/heads/master
Commit: da128e67ce0d95fe839dfba2e66bd2e9c87147b8
Parents: fbe6abb
Author: Simon MacDonald <si...@gmail.com>
Authored: Tue Dec 18 14:02:34 2012 -0500
Committer: Simon MacDonald <si...@gmail.com>
Committed: Tue Dec 18 14:02:34 2012 -0500

----------------------------------------------------------------------
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../en/2.0.0/guide/plugin-development/ios/index.md |    6 +++---
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../en/2.1.0/guide/plugin-development/ios/index.md |   10 +++++-----
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../2.1.0rc1/guide/plugin-development/ios/index.md |   10 +++++-----
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../2.1.0rc2/guide/plugin-development/ios/index.md |   10 +++++-----
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../2.2.0/guide/getting-started/android/index.md   |    2 +-
 .../guide/plugin-development/android/index.md      |    4 ++--
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../en/2.2.0/guide/plugin-development/ios/index.md |   12 ++++++------
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../2.2.0rc1/guide/plugin-development/ios/index.md |   10 +++++-----
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/getting-started/android/index.md         |    2 +-
 .../guide/plugin-development/android/index.md      |    4 ++--
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../2.2.0rc2/guide/plugin-development/ios/index.md |   12 ++++++------
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/getting-started/android/index.md         |    2 +-
 .../guide/plugin-development/android/index.md      |    4 ++--
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../2.3.0rc1/guide/plugin-development/ios/index.md |   12 ++++++------
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/plugin-development/android/index.md      |    4 ++--
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../2.3.0rc2/guide/plugin-development/ios/index.md |   12 ++++++------
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../edge/guide/plugin-development/android/index.md |    4 ++--
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 docs/en/edge/guide/plugin-development/ios/index.md |   12 ++++++------
 .../plugin-development/windows-phone/index.md      |    2 +-
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../jp/2.0.0/guide/plugin-development/ios/index.md |    6 +++---
 .../guide/plugin-development/blackberry/index.md   |    2 +-
 .../kr/2.0.0/guide/plugin-development/ios/index.md |    6 +++---
 41 files changed, 93 insertions(+), 93 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/guide/plugin-development/blackberry/index.md b/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
index 03cdde8..69c3730 100644
--- a/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.0.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/guide/plugin-development/ios/index.md b/docs/en/2.0.0/guide/plugin-development/ios/index.md
index a39d4f8..18739b8 100644
--- a/docs/en/2.0.0/guide/plugin-development/ios/index.md
+++ b/docs/en/2.0.0/guide/plugin-development/ios/index.md
@@ -136,14 +136,14 @@ Finally we write the JavaScript back to the UIWebView, which will execute the Ja
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 ## Common Pitfalls
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.1.0/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.1.0/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0/guide/plugin-development/ios/index.md b/docs/en/2.1.0/guide/plugin-development/ios/index.md
index 4d1891d..571b88b 100644
--- a/docs/en/2.1.0/guide/plugin-development/ios/index.md
+++ b/docs/en/2.1.0/guide/plugin-development/ios/index.md
@@ -64,8 +64,8 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self writeJavascript:javaScript];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
 
   
 ## Plugin Signatures
@@ -145,14 +145,14 @@ Finally we write the JavaScript back to the UIWebView, which will execute the Ja
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md b/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.1.0/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md b/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
index 4d1891d..571b88b 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
@@ -64,8 +64,8 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self writeJavascript:javaScript];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
 
   
 ## Plugin Signatures
@@ -145,14 +145,14 @@ Finally we write the JavaScript back to the UIWebView, which will execute the Ja
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md b/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0rc2/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc2/guide/plugin-development/ios/index.md b/docs/en/2.1.0rc2/guide/plugin-development/ios/index.md
index 4d1891d..571b88b 100644
--- a/docs/en/2.1.0rc2/guide/plugin-development/ios/index.md
+++ b/docs/en/2.1.0rc2/guide/plugin-development/ios/index.md
@@ -64,8 +64,8 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self writeJavascript:javaScript];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
 
   
 ## Plugin Signatures
@@ -145,14 +145,14 @@ Finally we write the JavaScript back to the UIWebView, which will execute the Ja
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md b/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/android/index.md b/docs/en/2.2.0/guide/getting-started/android/index.md
index af45f38..efea5f6 100644
--- a/docs/en/2.2.0/guide/getting-started/android/index.md
+++ b/docs/en/2.2.0/guide/getting-started/android/index.md
@@ -34,7 +34,7 @@ This guide describes how to set up your development environment for Cordova and
 - Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
 - Download and install [Android SDK](http://developer.android.com/sdk/index.html)
 - Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Download the latest copy of [Cordova](http://incubator.apache.org/cordova/#download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://cordova.apache.org/) and extract its contents. We will be working with the Android directory.
 
 
 3A. Setup your PATH environment variable on Mac OS

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/plugin-development/android/index.md b/docs/en/2.2.0/guide/plugin-development/android/index.md
index b359cfa..3647891 100644
--- a/docs/en/2.2.0/guide/plugin-development/android/index.md
+++ b/docs/en/2.2.0/guide/plugin-development/android/index.md
@@ -183,6 +183,6 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 ## Use the Source
 
 One of the best ways to prepare yourself to write your own plugin is to
-have a [look at other plugins that already exist](https://github.com/apache/incubator-cordova-android/tree/master/framework/src/org/apache/cordova).
+have a [look at other plugins that already exist](https://github.com/apache/cordova-android/tree/master/framework/src/org/apache/cordova).
 
-You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).
+You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/plugin-development/blackberry/index.md b/docs/en/2.2.0/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.2.0/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.2.0/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/plugin-development/ios/index.md b/docs/en/2.2.0/guide/plugin-development/ios/index.md
index 701a803..9a684e1 100644
--- a/docs/en/2.2.0/guide/plugin-development/ios/index.md
+++ b/docs/en/2.2.0/guide/plugin-development/ios/index.md
@@ -59,9 +59,9 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
-3. [CDVCommandDelegate.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+3. [CDVCommandDelegate.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
 
   
 ## Plugin Signatures
@@ -149,14 +149,14 @@ Although UIWebViews run on a dedicated thread, plugin methods are executed on th
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/plugin-development/windows-phone/index.md b/docs/en/2.2.0/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.2.0/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.2.0/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc1/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc1/guide/plugin-development/blackberry/index.md b/docs/en/2.2.0rc1/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.2.0rc1/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.2.0rc1/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc1/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc1/guide/plugin-development/ios/index.md b/docs/en/2.2.0rc1/guide/plugin-development/ios/index.md
index 5d1b447..178a74d 100644
--- a/docs/en/2.2.0rc1/guide/plugin-development/ios/index.md
+++ b/docs/en/2.2.0rc1/guide/plugin-development/ios/index.md
@@ -66,8 +66,8 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self writeJavascript:javaScript];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
 
   
 ## Plugin Signatures
@@ -147,14 +147,14 @@ Finally we write the JavaScript back to the UIWebView, which will execute the Ja
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc1/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc1/guide/plugin-development/windows-phone/index.md b/docs/en/2.2.0rc1/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.2.0rc1/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.2.0rc1/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc2/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/guide/getting-started/android/index.md b/docs/en/2.2.0rc2/guide/getting-started/android/index.md
index 58f10e1..cc9b40e 100644
--- a/docs/en/2.2.0rc2/guide/getting-started/android/index.md
+++ b/docs/en/2.2.0rc2/guide/getting-started/android/index.md
@@ -34,7 +34,7 @@ This guide describes how to set up your development environment for Cordova and
 - Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
 - Download and install [Android SDK](http://developer.android.com/sdk/index.html)
 - Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Download the latest copy of [Cordova](http://incubator.apache.org/cordova/#download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://cordova.apache.org/) and extract its contents. We will be working with the Android directory.
 
 3. Setup New Project
 --------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc2/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/guide/plugin-development/android/index.md b/docs/en/2.2.0rc2/guide/plugin-development/android/index.md
index b359cfa..3647891 100644
--- a/docs/en/2.2.0rc2/guide/plugin-development/android/index.md
+++ b/docs/en/2.2.0rc2/guide/plugin-development/android/index.md
@@ -183,6 +183,6 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 ## Use the Source
 
 One of the best ways to prepare yourself to write your own plugin is to
-have a [look at other plugins that already exist](https://github.com/apache/incubator-cordova-android/tree/master/framework/src/org/apache/cordova).
+have a [look at other plugins that already exist](https://github.com/apache/cordova-android/tree/master/framework/src/org/apache/cordova).
 
-You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).
+You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc2/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/guide/plugin-development/blackberry/index.md b/docs/en/2.2.0rc2/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.2.0rc2/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.2.0rc2/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc2/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/guide/plugin-development/ios/index.md b/docs/en/2.2.0rc2/guide/plugin-development/ios/index.md
index 701a803..9a684e1 100644
--- a/docs/en/2.2.0rc2/guide/plugin-development/ios/index.md
+++ b/docs/en/2.2.0rc2/guide/plugin-development/ios/index.md
@@ -59,9 +59,9 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
-3. [CDVCommandDelegate.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+3. [CDVCommandDelegate.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
 
   
 ## Plugin Signatures
@@ -149,14 +149,14 @@ Although UIWebViews run on a dedicated thread, plugin methods are executed on th
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.2.0rc2/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0rc2/guide/plugin-development/windows-phone/index.md b/docs/en/2.2.0rc2/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.2.0rc2/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.2.0rc2/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc1/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/guide/getting-started/android/index.md b/docs/en/2.3.0rc1/guide/getting-started/android/index.md
index 76e708f..317067a 100644
--- a/docs/en/2.3.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/2.3.0rc1/guide/getting-started/android/index.md
@@ -42,7 +42,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t
 - Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
 - Download and install [Android SDK](http://developer.android.com/sdk/index.html)
 - Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Download the latest copy of [Cordova](http://incubator.apache.org/cordova/#download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://cordova.apache.org/) and extract its contents. We will be working with the Android directory.
 
 
 3A. Setup your PATH environment variable on Mac OS

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc1/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/guide/plugin-development/android/index.md b/docs/en/2.3.0rc1/guide/plugin-development/android/index.md
index b359cfa..3647891 100644
--- a/docs/en/2.3.0rc1/guide/plugin-development/android/index.md
+++ b/docs/en/2.3.0rc1/guide/plugin-development/android/index.md
@@ -183,6 +183,6 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 ## Use the Source
 
 One of the best ways to prepare yourself to write your own plugin is to
-have a [look at other plugins that already exist](https://github.com/apache/incubator-cordova-android/tree/master/framework/src/org/apache/cordova).
+have a [look at other plugins that already exist](https://github.com/apache/cordova-android/tree/master/framework/src/org/apache/cordova).
 
-You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).
+You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc1/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/guide/plugin-development/blackberry/index.md b/docs/en/2.3.0rc1/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.3.0rc1/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.3.0rc1/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc1/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/guide/plugin-development/ios/index.md b/docs/en/2.3.0rc1/guide/plugin-development/ios/index.md
index 701a803..9a684e1 100644
--- a/docs/en/2.3.0rc1/guide/plugin-development/ios/index.md
+++ b/docs/en/2.3.0rc1/guide/plugin-development/ios/index.md
@@ -59,9 +59,9 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
-3. [CDVCommandDelegate.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+3. [CDVCommandDelegate.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
 
   
 ## Plugin Signatures
@@ -149,14 +149,14 @@ Although UIWebViews run on a dedicated thread, plugin methods are executed on th
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc1/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc1/guide/plugin-development/windows-phone/index.md b/docs/en/2.3.0rc1/guide/plugin-development/windows-phone/index.md
index c33a54f..60fa0f6 100644
--- a/docs/en/2.3.0rc1/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.3.0rc1/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc2/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc2/guide/plugin-development/android/index.md b/docs/en/2.3.0rc2/guide/plugin-development/android/index.md
index b359cfa..3647891 100644
--- a/docs/en/2.3.0rc2/guide/plugin-development/android/index.md
+++ b/docs/en/2.3.0rc2/guide/plugin-development/android/index.md
@@ -183,6 +183,6 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 ## Use the Source
 
 One of the best ways to prepare yourself to write your own plugin is to
-have a [look at other plugins that already exist](https://github.com/apache/incubator-cordova-android/tree/master/framework/src/org/apache/cordova).
+have a [look at other plugins that already exist](https://github.com/apache/cordova-android/tree/master/framework/src/org/apache/cordova).
 
-You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).
+You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc2/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc2/guide/plugin-development/blackberry/index.md b/docs/en/2.3.0rc2/guide/plugin-development/blackberry/index.md
index 8d5cd02..5c9575b 100644
--- a/docs/en/2.3.0rc2/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.3.0rc2/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc2/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc2/guide/plugin-development/ios/index.md b/docs/en/2.3.0rc2/guide/plugin-development/ios/index.md
index c018476..8b2a5c1 100644
--- a/docs/en/2.3.0rc2/guide/plugin-development/ios/index.md
+++ b/docs/en/2.3.0rc2/guide/plugin-development/ios/index.md
@@ -58,9 +58,9 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
-3. [CDVCommandDelegate.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+3. [CDVCommandDelegate.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
 
   
 ## Plugin Signatures
@@ -147,14 +147,14 @@ Although UIWebViews run on a dedicated thread, plugin methods are executed on th
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/2.3.0rc2/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.3.0rc2/guide/plugin-development/windows-phone/index.md b/docs/en/2.3.0rc2/guide/plugin-development/windows-phone/index.md
index 42cf44e..5e7e396 100644
--- a/docs/en/2.3.0rc2/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.3.0rc2/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/edge/guide/plugin-development/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/plugin-development/android/index.md b/docs/en/edge/guide/plugin-development/android/index.md
index b359cfa..3647891 100644
--- a/docs/en/edge/guide/plugin-development/android/index.md
+++ b/docs/en/edge/guide/plugin-development/android/index.md
@@ -183,6 +183,6 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 ## Use the Source
 
 One of the best ways to prepare yourself to write your own plugin is to
-have a [look at other plugins that already exist](https://github.com/apache/incubator-cordova-android/tree/master/framework/src/org/apache/cordova).
+have a [look at other plugins that already exist](https://github.com/apache/cordova-android/tree/master/framework/src/org/apache/cordova).
 
-You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).
+You should also read through the comments in [CordovaPlugin.java](https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/api/CordovaPlugin.java).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/edge/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/plugin-development/blackberry/index.md b/docs/en/edge/guide/plugin-development/blackberry/index.md
index 8d5cd02..93bbdef 100644
--- a/docs/en/edge/guide/plugin-development/blackberry/index.md
+++ b/docs/en/edge/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry-webworks.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/edge/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/plugin-development/ios/index.md b/docs/en/edge/guide/plugin-development/ios/index.md
index c018476..8b2a5c1 100644
--- a/docs/en/edge/guide/plugin-development/ios/index.md
+++ b/docs/en/edge/guide/plugin-development/ios/index.md
@@ -58,9 +58,9 @@ What gets dispatched to the plugin via JavaScript's `exec` function gets passed
         [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
     }
     
-1. [CDVInvokedUrlCommand.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
-2. [CDVPluginResult.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
-3. [CDVCommandDelegate.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
+1. [CDVInvokedUrlCommand.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h)
+2. [CDVPluginResult.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h)
+3. [CDVCommandDelegate.h](https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h)
 
   
 ## Plugin Signatures
@@ -147,14 +147,14 @@ Although UIWebViews run on a dedicated thread, plugin methods are executed on th
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 For iOS 6, you would use Safari 6.0 to simply attach to your app running in the iOS 6 Simulator.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/en/edge/guide/plugin-development/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/plugin-development/windows-phone/index.md b/docs/en/edge/guide/plugin-development/windows-phone/index.md
index 42cf44e..5e7e396 100644
--- a/docs/en/edge/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/edge/guide/plugin-development/windows-phone/index.md
@@ -153,7 +153,7 @@ Advanced Plugin Functionality
 
 See other methods that you can override in:
 
-1. [BaseCommand.cs](https://github.com/apache/incubator-cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs)
+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.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md b/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
index d92c90c..f579b11 100644
--- a/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
+++ b/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 このガイドでは、 BlackBerry での Echo プラグインの作り方について説明します。
 もし上位のガイドである JavaScript パートのプラグインについてのガイドを読んでいない場合は、それを最初に読むことをおすすめします。
-加えて、 [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary) をダウンロードしてください。
+加えて、 [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary) をダウンロードしてください。
 
 Cordova-BlackBerry プロジェクトは Torch, Bold, Playbook といった BlackBerry デバイスへのデプロイを可能にします。
 通常の携帯端末タイプの BlackBerry (例, Torch と Bold) とタブレットタイプの Playbook の間には、デプロイ方法に差があります。

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/jp/2.0.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/guide/plugin-development/ios/index.md b/docs/jp/2.0.0/guide/plugin-development/ios/index.md
index e655d2d..49791be 100644
--- a/docs/jp/2.0.0/guide/plugin-development/ios/index.md
+++ b/docs/jp/2.0.0/guide/plugin-development/ios/index.md
@@ -136,14 +136,14 @@ JavaScript の `exec` 関数によってプラグインに割り当てられた
 
 他にも、オーバーライド出来るメソッドについては以下を参照してください:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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)
 
 例えば、 pausa, resume, app terminate, handleOpenURL events といったような機能を実装できます。
 
 ## プラグインのデバッグ
 
-Objective-C 側でデバッグするには、 Xcode のビルトインのデバッガーを使用します。 JavaScript 側では、 [Apache Cordova Project の Weinre](https://github.com/apache/incubator-cordova-weinre) または [サードパーティ製の iWebInspector](http://www.iwebinspector.com/) を使用できます。
+Objective-C 側でデバッグするには、 Xcode のビルトインのデバッガーを使用します。 JavaScript 側では、 [Apache Cordova Project の Weinre](https://github.com/apache/cordova-weinre) または [サードパーティ製の iWebInspector](http://www.iwebinspector.com/) を使用できます。
 
 ## よくある落とし穴
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
index 03cdde8..69c3730 100644
--- a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
+++ b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md
@@ -24,7 +24,7 @@ Developing a Plugin on BlackBerry
 
 In this article, we will explore how to develop the Echo plugin on BlackBerry. If you haven't read the
 top level article about the JavaScript part of the plugin, it would be best if you read that first
-and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
+and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary).
 
 To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the 
 Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/da128e67/docs/kr/2.0.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/kr/2.0.0/guide/plugin-development/ios/index.md b/docs/kr/2.0.0/guide/plugin-development/ios/index.md
index a39d4f8..18739b8 100644
--- a/docs/kr/2.0.0/guide/plugin-development/ios/index.md
+++ b/docs/kr/2.0.0/guide/plugin-development/ios/index.md
@@ -136,14 +136,14 @@ Finally we write the JavaScript back to the UIWebView, which will execute the Ja
 
 See other methods that you can override in:
 
-1. [CDVPlugin.h](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h)
-2. [CDVPlugin.m](https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m)
+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.
 
 ## Debugging Plugins
 
-To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/incubator-cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
+To debug the Objective-C side, you would use Xcode's built in debugger. For JavaScript, you can use [Weinre, an Apache Cordova Project](https://github.com/apache/cordova-weinre) or [iWebInspector, a third-party utility](http://www.iwebinspector.com/)
 
 ## Common Pitfalls