Updated Branches: refs/heads/3.0.x 15f11a8e1 -> f63412bf8
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/f63412bf Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/f63412bf Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/f63412bf Branch: refs/heads/3.0.x Commit: f63412bf84d7af235fe5a6518f395322cb88c47e Parents: 15f11a8 Author: Steven Gill <[email protected]> Authored: Thu Jul 18 15:28:08 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Jul 18 15:32:56 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/f63412bf/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>`
