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

docs commit: fixed reference for Using Plugman to Manage Plugins

Updated Branches:
  refs/heads/master 9982d9a01 -> 3f8f7dcd6


fixed reference for Using Plugman to Manage Plugins


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

Branch: refs/heads/master
Commit: 3f8f7dcd681330963a3575f0b8f43bfdd7436c3c
Parents: 9982d9a
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jul 18 15:28:08 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jul 18 15:28:08 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/upgrading.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3f8f7dcd/docs/en/edge/guide/platforms/android/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/upgrading.md b/docs/en/edge/guide/platforms/android/upgrading.md
index b0ee7fe..64be68f 100644
--- a/docs/en/edge/guide/platforms/android/upgrading.md
+++ b/docs/en/edge/guide/platforms/android/upgrading.md
@@ -47,7 +47,7 @@ version of the CLI.
 3. Copy any native Android assets from your `res` folder to the new project.
 4. Copy over any plugins you installed from the `src` subdirectories into the new project.
 5. Make sure to upgrade any deprecated `<plugin>` references from your old `config.xml` file to the new `<feature>` specification. 
-- __NOTE:__ all core APIs have been removed and must be installed as plugins. Please see the Core Plugin Installation Guide for details.
+- __NOTE:__ all core APIs have been removed and must be installed as plugins. Please see the Using Plugman to Manage Plugins Guide for details.
 
 ## Upgrade to 2.9.0 from 2.8.0
 1. Run `bin/update <project_path>`