You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/31 22:35:35 UTC

docs commit: Fix link to CordovaPlugin.java in the Android plugin guide

Updated Branches:
  refs/heads/master 057d99f70 -> 5e782bc96


Fix link to CordovaPlugin.java in the Android plugin guide

Conflicts:

	docs/en/edge/guide/platforms/android/plugin.md


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

Branch: refs/heads/master
Commit: 5e782bc96a4e0d78133814a9d1ab54e7e800ced7
Parents: 057d99f
Author: Dan Michael O. Heggø <da...@gmail.com>
Authored: Mon Jul 29 22:39:41 2013 +0200
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 31 13:35:26 2013 -0700

----------------------------------------------------------------------
 docs/en/3.0.0/guide/platforms/android/plugin.md | 2 +-
 docs/en/edge/guide/platforms/android/plugin.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5e782bc9/docs/en/3.0.0/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/android/plugin.md b/docs/en/3.0.0/guide/platforms/android/plugin.md
index 9f45a2e..6a6540a 100644
--- a/docs/en/3.0.0/guide/platforms/android/plugin.md
+++ b/docs/en/3.0.0/guide/platforms/android/plugin.md
@@ -191,4 +191,4 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 One of the best ways to prepare yourself to write your own plugin is to
 [look over existing plugins](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/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/CordovaPlugin.java).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5e782bc9/docs/en/edge/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/plugin.md b/docs/en/edge/guide/platforms/android/plugin.md
index 1fe75d4..ecd5a5a 100644
--- a/docs/en/edge/guide/platforms/android/plugin.md
+++ b/docs/en/edge/guide/platforms/android/plugin.md
@@ -203,4 +203,4 @@ a new Android `Intent`. The `CordovaInterface` allows plugins to start an `Activ
 One of the best ways to prepare yourself to write your own plugin is to
 [look over existing plugins](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/cordova-android/blob/master/framework/src/org.apache.cordova/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/CordovaPlugin.java).